Odel
Molpha MCP

Molpha MCP

Local
@molpha2TypeScriptMITUpdated 1mo ago

MCP server that lets AI agents create, fetch, verify, and publish Molpha oracle data.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@molpha/mcpv0.1.2

Run

npx -y @molpha/mcp

MCP client config

{
  "mcpServers": {
    "molpha-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@molpha/mcp"
      ]
    }
  }
}