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.ar-agents/mcp · v0.4.11
Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).
mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@ar-agents/mcp"
]
}
}
}MP_ACCESS_TOKEN可选secretMercado Pago access token (TEST- prefix for sandbox, APP_USR- for production). Enables MP tools.
AFIP_CERT_PEM可选secretAFIP/ARCA X.509 certificate (PEM string) for WSAA authentication. Enables CUIT padron + factura electronica tools.
AFIP_KEY_PEM可选secretAFIP/ARCA private key (PEM string) for WSAA authentication. Required if AFIP_CERT_PEM is set.
AFIP_CUIT可选Issuer CUIT (Argentine tax ID) registered with the AFIP cert. Format: 20-XXXXXXXX-X.
WHATSAPP_ACCESS_TOKEN可选secretMeta WhatsApp Business Cloud API token. Enables WhatsApp tools.
WHATSAPP_PHONE_NUMBER_ID可选Meta WhatsApp Business phone-number ID. Required if WHATSAPP_ACCESS_TOKEN is set.
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.ar-agents/mcp",
"type": "mcp-server",
"version": "0.4.11",
"displayName": "mcp",
"description": "Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).",
"repository": {
"url": "https://github.com/ar-agents/ar-agents",
"source": "github",
"subfolder": "packages/mcp"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@ar-agents/mcp",
"version": "0.4.11",
"transport": "stdio",
"environmentVariables": [
{
"name": "MP_ACCESS_TOKEN",
"description": "Mercado Pago access token (TEST- prefix for sandbox, APP_USR- for production). Enables MP tools.",
"isSecret": true
},
{
"name": "AFIP_CERT_PEM",
"description": "AFIP/ARCA X.509 certificate (PEM string) for WSAA authentication. Enables CUIT padron + factura electronica tools.",
"isSecret": true
},
{
"name": "AFIP_KEY_PEM",
"description": "AFIP/ARCA private key (PEM string) for WSAA authentication. Required if AFIP_CERT_PEM is set.",
"isSecret": true
},
{
"name": "AFIP_CUIT",
"description": "Issuer CUIT (Argentine tax ID) registered with the AFIP cert. Format: 20-XXXXXXXX-X."
},
{
"name": "WHATSAPP_ACCESS_TOKEN",
"description": "Meta WhatsApp Business Cloud API token. Enables WhatsApp tools.",
"isSecret": true
},
{
"name": "WHATSAPP_PHONE_NUMBER_ID",
"description": "Meta WhatsApp Business phone-number ID. Required if WHATSAPP_ACCESS_TOKEN is set."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ar-agents/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ar-agents%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}