usepylon.com
Pylon is a B2B support platform that combines ticketing, chat, knowledge base, AI support, and customer/account data workflows. It lets teams manage issues, accounts, contacts, and related support operations in one system.
Pylon exposes a bearer-token REST API at https://api.usepylon.com and a remote OAuth-protected MCP server at https://mcp.usepylon.com/ (streamable HTTP).
- Pylon MCP Serverdetected
- Pylon REST APIdiscovered
In the Pylon dashboard, go to API Tokens and create a token. The docs note that only Admin users can create API tokens. Send it as Authorization: Bearer <token>.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing