mcpbeat Sign in

OneSource MCP Server

by onesource Your server? Claim it
local only

OneSource MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 523 installs a week from npm. Last commit 17 Sep 2026.

Blockchain data, Deepstate and Standard Reserve markets, live chain queries, and API docs

Installs per day peak 372 · avg 51 · +150% w/w
a month agotoday
523
Installs / week
npm · @one-source/mcp
0
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/register-docs-tools.ts:411
      parts.push(`- **Server version:** ${VERSION}${latestVersion === 'unknown' ? '' : updateAvailable ? ` — ⚠️ update available: **${latestVersion}** (\`npx -y @one-source/mcp@latest\`)` : ' (latest)'}`);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 @one-source/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@one-source/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@one-source/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@one-source/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@one-source/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X402_PRIVATE_KEY (EVM private key (64-char hex, 0x prefix optional) for automatic x402 USDC payments on Base), ONESOURCE_API_KEY (OneSource API key for Bearer token auth). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OneSource MCP

same job, measured the same way
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

28 installs/wk local only
J-Quants MCP
by shigechika

MCP server for retrieving Japanese stock market data via J-Quants API v2

950 installs/wk local only
The Graph
by pipeworx-io

The Graph MCP — indexed blockchain data via subgraph GraphQL queries

33 tools answering
Bostrom MCP
by cyberia-to

86-tool MCP server for Bostrom blockchain: read chain state and sign transactions

40 installs/wk local only
Nerve Rpc
by reagost

MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents

51 installs/wk local only
MCP Block Data
by cryptoapis-io

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

118 installs/wk local only
Arzbin MCP Server
by arzbin

Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.

6 tools answering
Vtimestamp
by vdappdev2

MCP server for verifying and querying vtimestamp proofs on the Verus blockchain

35 installs/wk local only

OneSource MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for OneSource MCP?
OneSource 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 @one-source/mcp was installed 523 times last week.
How do I connect OneSource 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 @one-source/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use OneSource MCP?
The npm package @one-source/mcp was installed 523 times in the last week. Week over week that is +150%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OneSource MCP open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.