INDIVIDUAL MCP TOOL
run_capability
Run a capability (instagram-profile, web-search, youtube-transcript, ...) with no key.
LIVE ENDPOINT
https://cracked.ai/mcp/public
Connect to this endpoint to inspect the live schema for run_capability and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cracked-public]
url = "https://cracked.ai/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cracked-public": {
"type": "http",
"url": "https://cracked.ai/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cracked-public
Remote MCP URL: https://cracked.ai/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cracked-public": {
"url": "https://cracked.ai/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cracked-public": {
"type": "http",
"url": "https://cracked.ai/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cracked-public",
"transport": "streamable-http",
"url": "https://cracked.ai/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
discover_tools— Search 71,000+ tools and data endpoints in natural language.inspect_tool— Input schema, price, health and docs for one endpoint.verify_receipt— Verify a signed Cracked receipt (proof of work for one run: tool, hashes of input and output, status, latency, price, timestamp; never the data).run_tool— Run an endpoint with no key.register_agent— Create a Cracked workspace for this agent right now.recruit_agent— A ready-to-paste onboarding prompt for another agent: register (POST /v1/agents/register), first run, claim link flow.bounty_program— The bounty program: credit for referrals, backlinks, listings, tool requests and run feedback.