AgentHubAgentHub

RFP.ai

MCP ServerMCP Registry官方收录

ai.rfp/rfp-ai · v1.0.1

Draft cited RFP and security questionnaire answers from your knowledge base, with human review

概览

RFP.ai 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "rfp-ai": {
      "url": "https://rfp.ai/api/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "ai.rfp/rfp-ai",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "RFP.ai",
  "description": "Draft cited RFP and security questionnaire answers from your knowledge base, with human review",
  "homepage": "https://rfp.ai/docs/mcp",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://rfp.ai/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "ai.rfp/rfp-ai",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.rfp%2Frfp-ai/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
RFP.ai — MCP Server 安装与配置 · AgentHub