← Registry

AI & Machine Learning

miroshark.xyz

An MCP server for MiroShark that enables running simulations, asking natural-language questions, and generating launchable scenarios.

x402 supported1 endpoint7 known toolsFirst detected September 14, 2026Last detected September 14, 2026

ENDPOINT 1

https://www.miroshark.xyz/api/mcp

No auth detected

MCP server metadata

Name
miroshark
Version
1.0.0
Capabilities
tools
Server instructions

MiroShark simulates how a market, community, or public reacts to any scenario. Use ask_miroshark to find resources, suggest_scenarios to turn a vague topic into launchable seeds, miroshark_run for the paid x402 run flow, get_ecosystem and get_health for live data.

Known tools 7

miroshark_overview

What MiroShark is and when to use it.

Inferred read-only
miroshark_run

How to run a MiroShark simulation, including the price and the x402 payment flow.

Potential side effects
miroshark_resources

Key MiroShark developer resources: machine contract (OpenAPI), integration docs, authentication, MCP server, site map, and socials.

Inferred read-only
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).

Inferred read-only
suggest_scenarios

Turn a vague topic into up to 5 concrete, launchable MiroShark scenarios (title, pitch, ready-to-run prompt, angle).

Inferred read-only
get_ecosystem

The projects and partners building with MiroShark, parsed from the canonical ECOSYSTEM.md.

Inferred read-only
get_health

MiroShark site readiness: whether the process booted and which feature areas are configured (booleans only, never secret values).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.