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
We read the source, 23 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add mcp -- npx -y @one-source/mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@one-source/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@one-source/mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@one-source/mcp"
],
"command": "npx"
}
}
}
{
"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.
CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...
MCP server for retrieving Japanese stock market data via J-Quants API v2
The Graph MCP — indexed blockchain data via subgraph GraphQL queries
86-tool MCP server for Bostrom blockchain: read chain state and sign transactions
MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents
MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs
Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.
MCP server for verifying and querying vtimestamp proofs on the Verus blockchain
Answers built from our own checks of this server.