INDIVIDUAL MCP TOOL
get_health
MiroShark site readiness: whether the process booted and which feature areas are configured (booleans only, never secret values).
LIVE ENDPOINT
https://www.miroshark.xyz/api/mcp
Connect to this endpoint to inspect the live schema for get_health and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.miroshark]
url = "https://www.miroshark.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"miroshark": {
"type": "http",
"url": "https://www.miroshark.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: miroshark
Remote MCP URL: https://www.miroshark.xyz/api/mcp
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": {
"miroshark": {
"url": "https://www.miroshark.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"miroshark": {
"type": "http",
"url": "https://www.miroshark.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "miroshark",
"transport": "streamable-http",
"url": "https://www.miroshark.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
miroshark_overview— What MiroShark is and when to use it.miroshark_run— How to run a MiroShark simulation, including the price and the x402 payment flow.miroshark_resources— Key MiroShark developer resources: machine contract (OpenAPI), integration docs, authentication, MCP server, site map, and socials.ask_miroshark— Ask a natural-language question about MiroShark and get ranked, cited resources from its pages (what it is, how to run it, pricing, docs, ecosystem).suggest_scenarios— Turn a vague topic into up to 5 concrete, launchable MiroShark scenarios (title, pitch, ready-to-run prompt, angle).get_ecosystem— The projects and partners building with MiroShark, parsed from the canonical ECOSYSTEM.md.