API Reference
Complete reference for all Seed endpoints.
Endpoint Categories
Authentication Endpoints
Protected MCP endpoints that require valid JWT tokens.
POST /mcp- MCP JSON-RPC endpoint
OAuth Endpoints
OAuth 2.1 flow implementation for Claude clients.
POST /oauth/register- Dynamic client registrationGET /oauth/authorize- Authorization endpointPOST /oauth/token- Token endpoint
Discovery Endpoints
OAuth 2.0 discovery and health check.
GET /.well-known/oauth-authorization-server- OAuth server metadataGET /.well-known/oauth-protected-resource- Resource server metadataGET /health- Health check
Authentication
Most endpoints require authentication via JWT bearer tokens:
http
Authorization: Bearer <JWT_TOKEN>Response Format
All MCP endpoints follow the JSON-RPC 2.0 specification.
Explore Further
- Authentication Endpoints - MCP endpoint details
- OAuth Endpoints - OAuth flow endpoints
- MCP Endpoints - MCP tools and resources
- Health & Discovery - Metadata and health
Status Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 500 | Internal Server Error |