🚀 ERPC MCP Solana RPC API Server

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-solana-rpc-api.erpc.global/.well-known/oauth-protected-resource

Authorization Server Metadata (RFC 8414)

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

Authorization Endpoint

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

Token Endpoint

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

🔧 MCP Endpoint

MCP Server (Authentication Required)

POST https://mcp-solana-rpc-api.erpc.global/mcp

Requires: Authorization: Bearer <access_token>

📚 Documentation