Fortgate MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fortgate MCPinitiate KYC flow for user john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fortgate MCP
Identidad y KYC de Fortgate en cualquier agente, en menos de 5 minutos.
Fortgate MCP es un servidor MCP que expone la identidad reusable y el KYC de Fortgate como herramientas que un agente (Claude, Cursor, etc.) puede consumir directamente: iniciar un flujo KYC, consultar su estado y verificar una credencial — sin construir la integración a mano.
Este repo es parte del ecosistema GrantFox en Stellar: las tareas se abren como issues, y el trabajo mergeado se recompensa con bounties transparentes.
Quickstart
Requisitos: Node.js 20+ y una API key de Fortgate (sandbox para desarrollo).
npx @fortgate/mcpConfiguralo en tu cliente MCP (ejemplo para Claude Desktop / Cursor):
{
"mcpServers": {
"fortgate": {
"command": "npx",
"args": ["-y", "@fortgate/mcp"],
"env": {
"FORTGATE_API_KEY": "tu-api-key-de-sandbox"
}
}
}
}Variables de entorno disponibles en .env.example.
Related MCP server: QuickContract MCP
Estructura del repo
.
├── .github/
│ ├── ISSUE_TEMPLATE/ ← formularios de issue (Frontend, Fullstack, QA)
│ ├── PULL_REQUEST_TEMPLATE.md
│ └── workflows/ ← ci.yml (PRs) y release.yml (publish a npm)
├── src/
│ ├── index.ts ← entrypoint del server
│ ├── server.ts ← registro de tools
│ ├── config.ts ← carga y valida env vars
│ ├── types.ts ← tipos compartidos
│ └── tools/ ← una herramienta por archivo
├── test/ ← tests con Vitest
├── PLAN.md ← plan de producto y arquitectura
├── CONTRIBUTING.md ← cómo tomar una issue y abrir un PR
└── SETUP-CICD.md ← setup del repo, CI/CD y branch protectionContribuir
Leé CONTRIBUTING.md. En resumen: elegí una issue ready, hacé fork, trabajá en una rama tipo/issue-descripcion, y abrí un PR contra main. El CI corre lint, typecheck, test y build automáticamente; tienen que estar en verde (más una review) para mergear.
Regla de oro: una herramienta por archivo en src/tools/.
Desarrollo local
npm ci
npm run lint # ESLint + Prettier
npm run typecheck # tsc --noEmit
npm test # Vitest
npm run build # compila a build/Licencia
MIT — ver LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- pingB
Related MCP Servers
- Flicense-qualityFmaintenanceA plug-and-play solution that enhances AI assistants by enabling them to create projects, manage configurations, and interact with Openfort's wallet infrastructure through 42 specialized tools.3

QuickContract MCPofficial
AlicenseAqualityCmaintenanceEnables AI agents to sign contracts, release escrow, query portfolios, and verify on-chain proofs via QuickContract.1714MIT- Alicense-qualityCmaintenanceEnables AI agents to perform identity verification, KYC/KYB, PEP & sanctions screening, bank statement analysis, and workflow automation via the Model Context Protocol.MIT
- Alicense-qualityDmaintenanceProvides AI agents with a DID-based identity, secure wallet, and cloud KMS-backed signing keys, enabling trusted interactions with persons, companies, and other agents via standards like OIDC4VCI, OIDC4VP, and SD-JWT.Apache 2.0
Related MCP Connectors
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
KYA identity verification, trust scoring, and performance bonds for AI agents
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fort-gate/grantfox-mcp-fortgate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server