← Registry

API Tools

metamuse.lol

Provides tools for querying Robinhood stock token assets, live Chainlink prices, trade quotes, MetaMuse account balances, and rh777 payment rail health.

1 endpoint7 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://api.metamuse.lol/mcp

No auth detected

MCP server metadata

Name
metamuse-remote
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged

Known tools 7

metamuse_assets

Robinhood Stock Tokens with a live Chainlink price (what a muse may buy).

Inferred read-only
metamuse_price

Robinhood bid/ask and the Chainlink on-chain price for one ticker.

Inferred read-only
metamuse_quote

What a USDG <-> stock trade would return right now.

Potential side effects
metamuse_account

A MetaMuse account: balances, registered muse keys, budget left.

Inferred read-only
rh777_summary

Totals and health of the rh777 payment rail.

Potential side effects
rh777_receipts

Latest settlements, optionally for one address.

Inferred read-only
rh777_tx

One settlement with the chain's record and the attestation check.

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.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.

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.