← metamuse.lol

INDIVIDUAL MCP TOOL

rh777_receipts

Latest settlements, optionally for one address.

metamuse.lolnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.metamuse.lol/mcp

No auth detected

Connect to this endpoint to inspect the live schema for rh777_receipts 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

metamuse.lol

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.metamuse-remote]
url = "https://api.metamuse.lol/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "metamuse-remote": {
      "type": "http",
      "url": "https://api.metamuse.lol/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: metamuse-remote
Remote MCP URL: https://api.metamuse.lol/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": {
    "metamuse-remote": {
      "url": "https://api.metamuse.lol/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "metamuse-remote": {
      "type": "http",
      "url": "https://api.metamuse.lol/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "metamuse-remote",
  "transport": "streamable-http",
  "url": "https://api.metamuse.lol/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • metamuse_assets — Robinhood Stock Tokens with a live Chainlink price (what a muse may buy).
  • metamuse_price — Robinhood bid/ask and the Chainlink on-chain price for one ticker.
  • metamuse_quote — What a USDG <-> stock trade would return right now.
  • metamuse_account — A MetaMuse account: balances, registered muse keys, budget left.
  • rh777_summary — Totals and health of the rh777 payment rail.
  • rh777_tx — One settlement with the chain's record and the attestation check.