Fortgate MCP
Click on "Deploy 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.
Available Tools
1 toolpingB
Comprueba que el server de Fortgate responde.
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Mensaje opcional a devolver. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must disclose behavioral traits. It only states the basic function without mentioning side effects, error handling, performance implications, or the nature of the response (e.g., success/failure indicators).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, consisting of one sentence that front-loads the core purpose. No unnecessary words or details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (single optional parameter, no output schema, no siblings), the description provides a minimal but acceptable overview. However, it lacks details on return format, timeout behavior, or what constitutes a failed check, which could hinder an agent's understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds the context that the parameter 'message' is optional and will be returned. This adds some value beyond the schema, though it doesn't explain purpose or constraints of the message.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Comprueba') and a clear resource ('el server de Fortgate responde'), clearly indicating it checks server responsiveness. No sibling tools exist, so differentiation is not needed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool or any alternatives. There is no mention of prerequisites, frequency, or context for invocation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v0.1.0- First observed
ping
TDQS
Scored across 1 tool
Solo hay una herramienta, por lo que no existe posibilidad de confusión entre herramientas.
El nombre 'ping' sigue una convención simple y consistente al ser la única herramienta.
Con solo 1 herramienta, el servidor es extremadamente limitado para el propósito sugerido por el nombre 'Fortgate', que implica un conjunto más amplio de funcionalidades.
El servidor carece de cualquier herramienta para interactuar con las funcionalidades reales de Fortgate, ofreciendo solo un ping de verificación de conectividad.
Maintenance
Related MCP Connectors
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
Connect AI agents to financial institution origination, analytics, and compliance workflows.
Give your AI hands. Identity, credential vault, and API gateway for autonomous agents.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceA 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
AlicenseAqualityDmaintenanceEnables AI agents to sign contracts, release escrow, query portfolios, and verify on-chain proofs via QuickContract.179 npmMIT- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform identity verification, KYC/KYB, PEP & sanctions screening, bank statement analysis, and workflow automation via the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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