Skip to main content
Glama
fort-gate

Fortgate MCP

by fort-gate

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/mcp

Configuralo 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 protection

Contribuir

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.

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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