Card snapshot
rfp.ai
·
2026-07-04 23:54:53 UTC
·
d9e62e10eb1465e88a4fd57a882f3a81bec4c5d38a323b2286e30e6b9034afcf
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "RFP.ai MCP",
"description": "Draft cited RFP and security questionnaire answers from your knowledge base, with human review. 18 read + write MCP tools with scoped tokens and audit logging.",
"url": "https://rfp.ai/api/mcp",
"version": "1.1.0",
"protocolVersion": "2025-03-26",
"preferredTransport": "JSONRPC",
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"supportedInterfaces": [
{
"url": "https://rfp.ai/api/mcp",
"serviceUrl": "https://rfp.ai/api/mcp",
"transport": "JSONRPC",
"protocol": "mcp"
}
],
"skills": [
{
"id": "search-knowledge-base",
"name": "Search knowledge base",
"description": "Hybrid search over the organization's approved source documents and best answers, returning cited passages.",
"tags": [
"search",
"rfp",
"knowledge-base"
]
},
{
"id": "draft-rfp-answer",
"name": "Draft RFP answer",
"description": "Generate a draft answer to an RFP or security questionnaire question, grounded in approved source material with citations and confidence cues.",
"tags": [
"rfp",
"drafting",
"citations"
]
},
{
"id": "manage-rfp-projects",
"name": "Manage RFP projects",
"description": "Create and update RFP projects, list questions, track completion and compliance status.",
"tags": [
"rfp",
"projects",
"workflow"
]
},
{
"id": "review-workflow",
"name": "Answer review workflow",
"description": "Assign questions to reviewers, comment on answers, approve or unlock answers, and promote approved answers to the best-answer library.",
"tags": [
"review",
"approval",
"workflow"
]
},
{
"id": "knowledge-base-upload",
"name": "Upload knowledge base files",
"description": "Add new source documents to the organization's knowledge base for grounded drafting.",
"tags": [
"knowledge-base",
"upload"
]
}
],
"endpoints": {
"mcp": "/api/mcp"
},
"documentation": "https://rfp.ai/docs/claude-desktop-mcp-integration/",
"authentication": {
"type": "oauth2",
"description": "OAuth 2.1 authorization code + PKCE (discovery at /.well-known/oauth-authorization-server), or a scoped Bearer API token from rfp.ai Settings \u2192 API & Extensions. See https://rfp.ai/auth.md.",
"oauth2": {
"authorizationServerMetadata": "https://rfp.ai/.well-known/oauth-authorization-server",
"protectedResourceMetadata": "https://rfp.ai/.well-known/oauth-protected-resource/api/mcp"
}
}
}