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.
ENDPOINT 1
https://api.metamuse.lol/mcp
MCP server metadata
- Name
- metamuse-remote
- Version
- 0.1.0
Known tools 7
metamuse_assetsRobinhood Stock Tokens with a live Chainlink price (what a muse may buy).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.