odin-mcp
First-party Model Context Protocol server that exposes Odin — Dream Sports' internal developer platform — to agents. It is a thin adapter: business logic stays in the Java services, and the server calls odin-deployer-ent over REST (default port 9000) and gRPC (default 8080), odin-scout-ent over REST (8080), and user-auth over REST (8081). Protos are loaded at runtime from the repo's proto/ directory, mirroring odin-deployer-ent's src/main/proto.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
deployer_health— Deployer health checkdeployer_operation_schemas_list—deployer_operation_schema_get—deployer_component_catalogue—deployer_component_operations—deployer_operate_component—deployer_operate_status—scout_accounts_list—scout_account_details_get—user_auth_health—user_auth_orgs_list—user_auth_org_get—user_auth_org_update—user_auth_org_delete—user_auth_org_members_list—user_auth_org_invite_members—user_auth_org_member_promote_admin—user_auth_org_member_set_role—user_auth_org_member_remove—user_auth_teams_list—user_auth_team_get—user_auth_team_create—user_auth_team_update—user_auth_team_delete—user_auth_team_transfer_owner—user_auth_team_members_list—user_auth_team_add_members—user_auth_team_remove_member—user_auth_user_get—user_auth_user_orgs—deployer_grpc_health—deployer_grpc_list_tiers—deployer_grpc_list_environment—deployer_grpc_describe_environment—deployer_grpc_create_environment—deployer_grpc_delete_environment—deployer_grpc_status_environment—deployer_grpc_list_services—deployer_grpc_describe_service—deployer_grpc_deploy_service—deployer_grpc_operate_service—deployer_grpc_undeploy_service—deployer_grpc_operate_component_diff—deployer_grpc_list_service_versions—deployer_grpc_release_service—deployer_grpc_check_service_release_name_unique—deployer_grpc_export_service—
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.