Frappe MCP
Frappe MCP
Servidor de Model Context Protocol de solo lectura para la instancia de TourScale ERPNext / FranOS en erp.tourscale.com. Permite a los agentes consultar franquiciados, acuerdos de franquicia, FBU, activos, COI y facturas/asientos contables de ERPNext.
Qué expone
Herramienta | Propósito |
| Prueba de conectividad: devuelve la identidad del usuario de la API |
| Franquiciados con filtros opcionales |
| Documento completo del franquiciado por nombre (p. ej., |
| Acuerdos de franquicia; ventana de vencimiento clave para el Compliance Watchdog |
| Un FA con tablas secundarias (marcas/regalías/territorio) |
| FBU |
| Un FBU con direcciones operativas |
| Vehículos/embarcaciones |
| Certificado de seguro, con filtro de ventana de renovación |
| Vía de escape genérica para cualquier doctype |
| Obtención genérica por nombre |
| Contar registros |
| Facturas de venta |
| Asientos del libro mayor |
Related MCP server: easypaydirect-mcp
Cómo funciona la autenticación
Se comunica con la API REST de ERPNext como el usuario claude-mcp@tourscale.com mediante clave de API + secreto (esquema de autenticación nativo de Frappe: Authorization: token <key>:<secret>).
El usuario tiene el rol System Manager en ERPNext. La capa MCP es el límite de confianza: las herramientas anteriores son de solo lectura por diseño. No añada herramientas de escritura a la ligera; los agentes que necesiten realizar cambios deben llamar a herramientas específicas y limitadas, no a CRUD genéricos.
Para rotar las claves: vuelva a ejecutar el flujo generate_keys en bench --site erp.tourscale.local console, actualice FRAPPE_API_KEY + FRAPPE_API_SECRET en el entorno maestro y reinicie ts-frappe-mcp.
Despliegue
Contenedor:
ts-frappe-mcpentourscale-netPuerto: vinculado a
127.0.0.1:8096(solo loopback; acceda a través de un cliente agente local o túnel SSH)La entrada de Compose reside en
/opt/tourscale/docker-compose.services.ymlArchivo de entorno:
/opt/tourscale/frappe-mcp/.env(obtenido del entorno maestro)
Desarrollo local
FRAPPE_API_URL=https://erp.tourscale.com \
FRAPPE_API_KEY=... \
FRAPPE_API_SECRET=... \
python3 server.pyLuego, llame a las herramientas a través de cualquier cliente MCP (Claude Code, herramientas de depuración FastMCP, etc.).
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.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server that enables LLMs to interact with ERPNext/Frappe sites for document CRUD, search, reports, workflows, and analytics, respecting user permissions and logging all actions.282AGPL 3.0
- AlicenseAqualityAmaintenanceRead-only MCP server for Easy Pay Direct / NMI payment gateway, enabling natural language queries of transactions, subscriptions, and customer vault records.737MIT
- Alicense-qualityBmaintenanceMCP server that enables Claude, ChatGPT, and other LLMs to interact with ERPNext sites through natural language, supporting document CRUD, search, reports, workflows, and custom tools, while respecting user permissions and logging all calls.AGPL 3.0
- Alicense-qualityCmaintenanceRead-only MCP server for Omie ERP, enabling AI assistants to query financial data, accounts payable/receivable, bank reconciliation, invoices, and movements via natural language.1MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Hosted MCP server exposing US hospital procedure cost data to AI assistants
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/tourscale-repos/frappe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server