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.
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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