MCP server · Overshoot
overshoot-mcp.yml
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.
⚠ Proposed MCP surface. No official hosted MCP server was found for Overshoot. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Overshoot publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport streamable-http (proposed)
Tools
create_stream— Create a new video inference stream; returns LiveKit publish url + token.get_stream— Inspect the state of a stream.keepalive_stream— Renew the stream lease (call every 10-20s) and pay for elapsed streaming time.delete_stream— End a stream and release its resources (idempotent).list_models— List available vision-language models and their availability (no auth).chat_completions— Query stream frames with a vision-language model (OpenAI-compatible).list_pricing— List public per-model pricing in microcents (no auth).get_pricing— Get pricing for a single model.get_balance— Return the authenticated user's prepaid balance.create_checkout— Create a checkout session to buy prepaid credits (amount_cents >= 100).
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.