Skip to main content
Glama

ESPN MCP Server

smithery.yamlβ€’1.12 kB
runtime: "container" build: dockerfile: "Dockerfile" dockerBuildPath: "." env: NODE_ENV: "production" ESPN_API_BASE_URL: "https://site.api.espn.com/apis/site/v2/sports" LOG_LEVEL: "info" startCommand: type: "http" configSchema: type: "object" properties: cacheTimeout: type: "number" title: "Cache Timeout" description: "Cache timeout in milliseconds" default: 300000 minimum: 30000 maximum: 1800000 maxConcurrentRequests: type: "number" title: "Max Concurrent Requests" description: "Maximum number of concurrent ESPN API requests" default: 5 minimum: 1 maximum: 20 enableStreaming: type: "boolean" title: "Enable HTTP Streaming" description: "Enable Server-Side Events for real-time updates" default: true debug: type: "boolean" title: "Debug Mode" description: "Enable debug logging" default: false exampleConfig: cacheTimeout: 300000 maxConcurrentRequests: 5 enableStreaming: true debug: false

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/DynamicEndpoints/espn-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server