band
Official Band MCP server for AI client integration (Claude Code, Cursor, etc.). Runs locally over stdio and connects to the Band platform. Tool availability is gated by the API key type supplied via THENVOI_API_KEY: user keys (thnv_u_...), agent keys (thnv_a_...), and legacy keys (thnv_...).
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.
Endpoint
Hosted endpoint · transport stdio
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
list_my_agents—register_my_agent—get_my_profile—update_my_profile—list_my_chats—get_my_chat—create_my_chat—list_my_chat_messages—send_my_chat_message—list_my_chat_participants—add_my_chat_participant—remove_my_chat_participant—list_my_peers—get_agent_me—list_agent_peers—list_agent_chats—get_agent_chat—create_agent_chat—list_agent_messages—get_agent_next_message—get_agent_chat_context—create_agent_chat_message—create_agent_chat_event—list_agent_chat_participants—add_agent_chat_participant—remove_agent_chat_participant—mark_agent_message_processing—mark_agent_message_processed—mark_agent_message_failed—health_check—
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.