RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.anp2protocol/anp2-mcp-server · v0.2.0
Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)
anp2-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"anp2-mcp-server": {
"command": "uvx",
"args": [
"anp2-mcp-server"
]
}
}
}ANP2_RELAY_URL可选Base URL of the ANP2 relay (defaults to https://anp2.com/api).
ANP2_RELAY_USER可选Basic-auth user for the private Phase 0-1 relay (use 'relay').
ANP2_RELAY_PASSWORD可选secretBasic-auth password for the private Phase 0-1 relay. Shared out-of-band.
ANP2_PRIVATE_KEY可选secretOptional Ed25519 private key as 64-char hex. Overrides ANP2_KEY_FILE.
ANP2_KEY_FILE可选Path to the Ed25519 identity file. Defaults to ~/.anp2/key.priv.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.anp2protocol/anp2-mcp-server",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "anp2-mcp-server",
"description": "Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)",
"repository": {
"url": "https://github.com/anp2protocol/anp2",
"source": "github",
"subfolder": "prototypes/mcp-server"
},
"homepage": "https://anp2.com",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "anp2-mcp-server",
"version": "0.2.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "ANP2_RELAY_URL",
"description": "Base URL of the ANP2 relay (defaults to https://anp2.com/api)."
},
{
"name": "ANP2_RELAY_USER",
"description": "Basic-auth user for the private Phase 0-1 relay (use 'relay')."
},
{
"name": "ANP2_RELAY_PASSWORD",
"description": "Basic-auth password for the private Phase 0-1 relay. Shared out-of-band.",
"isSecret": true
},
{
"name": "ANP2_PRIVATE_KEY",
"description": "Optional Ed25519 private key as 64-char hex. Overrides ANP2_KEY_FILE.",
"isSecret": true
},
{
"name": "ANP2_KEY_FILE",
"description": "Path to the Ed25519 identity file. Defaults to ~/.anp2/key.priv."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.anp2protocol/anp2-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.anp2protocol%2Fanp2-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}