mcpbeat Sign in

Molpha MCP Server

local only

Molpha MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 21 Jul 2026.

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

Installs per day peak 12 · avg 5 · +27% w/w
a month agotoday
26
Installs / week
npm · @molpha/mcp
2
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Molpha MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @molpha/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@molpha/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@molpha/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@molpha/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@molpha/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIGNER_BACKEND (Signing backend: memory (local keypair) or keychain (Privy / Turnkey).), OWNER_KEYPAIR (Path to a Solana JSON keypair file. Required when SIGNER_BACKEND=memory.), KEYCHAIN_BACKEND (Keychain provider: privy or turnkey. Required when SIGNER_BACKEND=keychain.), PRIVY_APP_ID (Privy app ID. Required for KEYCHAIN_BACKEND=privy.), PRIVY_APP_SECRET (Privy app secret. Required for KEYCHAIN_BACKEND=privy.), PRIVY_WALLET_ID (Privy wallet ID. Required for KEYCHAIN_BACKEND=privy.), PRIVY_WALLET_ADDRESS (Solana address for the Privy wallet.), TURNKEY_API_PUBLIC_KEY (Turnkey API public key. Required for KEYCHAIN_BACKEND=turnkey.), TURNKEY_API_PRIVATE_KEY (Turnkey API private key. Required for KEYCHAIN_BACKEND=turnkey.), TURNKEY_ORGANIZATION_ID (Turnkey organization ID. Required for KEYCHAIN_BACKEND=turnkey.), TURNKEY_WALLET_ADDRESS (Solana address for the Turnkey wallet.), SOLANA_RPC (Solana RPC endpoint.), GATEWAY_ENDPOINTS (Comma-separated Molpha gateway URLs. Leave empty to use the SDK default.), MOLPHA_EVM_NETWORKS (Comma-separated EVM verifier networks.), MOLPHA_STARKNET_NETWORKS (Comma-separated Starknet verifier networks.), MOLPHA_DRY_RUN (Preview all write and spend operations without submitting them.), MOLPHA_MAX_EXECUTES_PER_DAY (Process-local daily Solana submit cap.), MOLPHA_X402_MAX_PRICE_USDC (Refuse to fund an x402 round priced above this amount (decimal USDC).), MOLPHA_X402_MAX_SPEND_PER_DAY_USDC (Process-local daily x402 spend cap (decimal USDC).), MOLPHA_X402_GATEWAY_PDA (Optional settling gateway PDA (base58) to skip discovery when the escrow is already funded.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Molpha MCP

same job, measured the same way
Safedb MCP
by narekmalk

A secure MCP server that lets AI agents query databases safely.

34 installs/wk local only
Wallet Verifier MCP
by wallet-connectors

MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents.

1 tools answering
Qpost MCP
by arslan2012

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

34 installs/wk answering
Hooksense
by ozers

Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.

26 installs/wk local only
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
Testing Repo
by vinur1992

An MCP server that created for demo

local only
Chipotle
by markswendsen-code

MCP server for Chipotle - let AI agents order burritos, bowls, and more

32 installs/wk local only
AtCoder MCP Server
by ketherworks

Search AtCoder problems and fetch public problem statements through MCP.

4 tools answering

Molpha MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Molpha MCP?
Molpha MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @molpha/mcp was installed 26 times last week.
How do I connect Molpha MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @molpha/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Molpha MCP?
The npm package @molpha/mcp was installed 26 times in the last week. Week over week that is +27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Molpha MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.