AgilePlace MCP Server
agileplaceMCP_v3
Servidor MCP de aprovisionamiento de demostraciones de AgilePlace. Crea y da forma a entornos de demostración (tableros, tarjetas masivas, jerarquía) desde Claude Desktop o Cursor. Transporte stdio, usuario único.
Módulos
Módulo | Rol |
| Configuración basada en variables de entorno + cliente HTTP autenticado (Bearer). |
| Lista de tableros precalentada en el primer uso; tipos de tarjeta con carga diferida por tablero; resolución de etiqueta → ID. |
| Limita según |
| Creación masiva de tarjetas. |
| Punto de entrada MCP stdio. |
Related MCP server: AgilePlace MCP Server
createCards
Escrituras secuenciales con autolimitación.
Máximo ~40 tarjetas por llamada; los lotes más grandes se rechazan (dividir y reintentar).
Correlación
clientKeypor tarjeta, reflejada en los resultados.Manejo de errores: reintento (429 / 5xx / red), fallo de tarjeta y continuar (400 / 422 / 404), abortar lote (401 / 403), interruptor de circuito ante fallos idénticos repetidos.
El éxito parcial devuelve
isError: false; las tarjetas encreated[]no deben reenviarse.
Configuración
Establezca las credenciales en el bloque env de la configuración del host (claude_desktop_config.json o mcp.json de Cursor). No en el código fuente.
{
"mcpServers": {
"agileplace-v3": {
"command": "node",
"args": ["/absolute/path/to/src/server.mjs"],
"env": {
"AGILEPLACE_DEFAULT_URL": "https://<your-org>.leankit.com/io",
"AGILEPLACE_DEFAULT_TOKEN": "<token>"
}
}
}
}Ejecución independiente:
node src/server.mjsEstado
createCards— implementado.updateCards/findCards/createBoard— aún no implementados.Diferido: enrutamiento multi-entorno, resolución de nombres de carriles, herramientas OKR, idempotencia de llamada completa, extensión de tareas.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceFacilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.3,208432MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to interact with AgilePlace for comprehensive project management tasks including board management, card operations, dependency tracking, and bulk updates. Supports natural language queries for managing AgilePlace boards, cards, and team workflows.
- FlicenseNot gradedqualityDmaintenanceProvides programmatic access to Trello's API to manage boards, lists, cards, and organizations via MCP.1
- AlicenseAqualityBmaintenanceStdio MCP server for curated GoHighLevel API v2 coverage, enabling create, update, and delete operations on custom fields, contacts, opportunities, tags, conversations, calendars, and more, with safe guarded destructive tools requiring explicit confirmation.56191AGPL 3.0
Related MCP Connectors
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
Shortcut project management. Create, update, search stories and manage workflows.
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
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/norman2112/agileplaceMCP_v3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server