Capability remote MCP
Give your AI access to Capability.
Capability is available over a public Streamable HTTP MCP endpoint. An MCP-compatible client can connect once, ask for an outcome through capability_need, and let Capability resolve the best available ability.
Remote MCP endpoint
https://sithix.com/api/capability/mcp
The public endpoint runs in public-safe mode. It never auto-approves mutating, secret-bearing, or opaque external authority. It may resolve abilities and execute operations that do not require that authority; otherwise it returns the approval boundary instead of silently crossing it.
For ChatGPT
Add the remote endpoint as a custom MCP app where your ChatGPT plan or workspace supports custom remote MCP connections. Capability is also being prepared for public app-directory distribution so users do not need to configure the URL manually.
For other MCP clients
Use the endpoint as a Streamable HTTP MCP server. The primary tool is capability_need; capability_status reports the service version and safety mode.
Do not send secrets or highly sensitive information to the unauthenticated public endpoint. Authenticated, user-scoped provider execution is a separate trust boundary.