@guedder/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., "@@guedder/mcpsearch tickets for Taylor Swift"
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.
@guedder/mcp
Readonly MCP over the Guedder API v3 for operational tasks. Thin wrappers over the public + produtor/admin GET endpoints. Streamable HTTP stateless server, TypeScript.
Transporte
O padrão é Streamable HTTP em http://127.0.0.1:3000/mcp, compatível com a
arquitetura MCP atual sem sessão em memória. Configure o endereço público por
reverse proxy, por exemplo https://api.guedder.com/mcp ou
https://mcp.guedder.com/mcp.
Variável | Padrão | Uso |
|
| Use |
|
| Em contêiner, use |
|
| Porta HTTP do MCP. |
|
| Caminho HTTP do MCP. |
Antes de expor publicamente, o proxy ou a próxima camada OAuth2 deve autenticar os clientes MCP.
GUEDDER_BEARER_TOKENautentica somente este servidor perante a API Guedder.
Related MCP server: RT MCP Server
Autenticação
Os endpoints autenticados recebem o token configurado em GUEDDER_BEARER_TOKEN.
O MCP o encaminha como Authorization: Bearer <token> somente nessas consultas;
não armazena credenciais de usuário nem executa login na API.
Para OAuth2, a futura implementação troca apenas o provedor interno de token
(tokenProvider), preservando contratos e ferramentas MCP.
As ferramentas públicas não precisam de token. Estas exigem GUEDDER_BEARER_TOKEN:
guedder_buscar_ingressos_evento, guedder_meus_ingressos, guedder_minhas_compras,
guedder_get_lote, guedder_usuario_logado.
Build
npm install
npm run build
npm run smoke # usa stdio apenas no smoke: lista tools e consulta endpoint público
npm run sync:openapi-v3 # atualiza src/openapi-v3.json a partir de dev-api.guedder.comApós a publicação, execute o servidor HTTP com:
GUEDDER_MCP_HOST=0.0.0.0 GUEDDER_BEARER_TOKEN=seu-token npx -y @guedder/mcpA imagem multi-arquitetura é publicada pelo GitHub Actions em
ghcr.io/guedder/mcp:latest.
Schema de saída e contexto
Cada ferramenta devolve o JSON original em content e também em
structuredContent.result, coberto por outputSchema. Para reduzir contexto no
harness, guedder://openapi/v3 é apenas um índice compacto; cada ferramenta
aponta para seu resource específico, como
guedder://openapi/v3/tools/guedder_listar_eventos, que contém somente sua
operação e os componentes OpenAPI referenciados.
npm run sync:openapi-v3 baixa https://dev-api.guedder.com/v3/api-docs, mantém
somente operações GET /api/v3/** e os componentes OpenAPI referenciados. Rode-o
quando precisar atualizar os schemas antes de publicar uma nova versão do MCP.
Tools
Tool | Auth | v3 endpoint |
| — |
|
| — |
|
| — |
|
| — |
|
| — |
|
| — |
|
| ✅ |
|
| ✅ |
|
| ✅ |
|
| ✅ |
|
| ✅ |
|
| ✅ |
|
| ✅ |
|
| ✅ ADMIN |
|
| ✅ ADMIN |
|
| ✅ ADMIN |
|
| ✅ |
|
Cliente MCP local (stdio opcional)
Add to ~/.claude.json (or project .mcp.json) under mcpServers:
{
"mcpServers": {
"guedder": {
"command": "node",
"args": ["/Users/danilo/Work/DG/guedder/guedder-ops-mcp/dist/index.js"],
"env": {
"GUEDDER_API_BASE": "https://api.guedder.com",
"GUEDDER_MCP_TRANSPORT": "stdio",
"GUEDDER_BEARER_TOKEN": "seu-access-token"
}
}
}
}Point GUEDDER_API_BASE at a dev/staging host to use those environments.
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
- Flicense-qualityBmaintenanceRead-only MCP server for querying Movidesk tickets through the public Movidesk API.Last updated40
- Alicense-qualityBmaintenanceRead-only MCP server for Request Tracker (RT) via REST2 API, enabling ticket search, retrieval, correspondence viewing, attachment download, and hierarchy exploration.Last updated321MIT
- Flicense-qualityDmaintenanceMCP server to list and get events from Evento's public API using an API key.Last updated1
- Alicense-qualityCmaintenanceLocal MCP server for pretalx that enables read-only access to events, submissions, speakers, schedule, and optionally reviews via stdio transport.Last updatedMIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
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/guedder/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server