🤖 ERPC MCP Company API Server

Admin MCP wrapper for company-api (CRM: companies / persons / hotels / deliveries / meetings / activities).

Version: 1.0.0

Status: ✅ Running

🔐 OAuth 2.1 Authentication

This MCP server implements OAuth 2.1 with Discord authentication.

Protected Resource Metadata (RFC 9728)

GET https://mcp-company-api.erpc.global/.well-known/oauth-protected-resource

Authorization Server Metadata (RFC 8414)

GET https://mcp-company-api.erpc.global/.well-known/oauth-authorization-server

Authorization Endpoint

GET https://mcp-company-api.erpc.global/oauth/authorize

Token Endpoint

POST https://mcp-company-api.erpc.global/oauth/token

🔧 MCP Endpoint

MCP Server (Authentication Required)

POST https://mcp-company-api.erpc.global/mcp

Requires: Authorization: Bearer <access_token>

📚 Documentation