npm mercury-x402-mcpstreamable-httpMITupdated 3mo ago
17 keyless, signed-provenance web-data tools your AI agent can pay for itself — over x402 on Base mainnet (USDC). No Mercury API key, no account, no signup. Your agent calls a tool, it pays the SKU with your wallet, and gets back the result plus an EIP-191 provenance receipt it can verify offline, forever.
Was kannst du mit mercury x402 mcp machen?
mercury-x402-mcp
17 keyless, signed-provenance web-data tools your AI agent can pay for itself — over x402 on Base mainnet (USDC). No Mercury API key, no account, no signup. Your agent calls a tool, it pays the SKU with your wallet, and gets back the result plus an EIP-191 provenance receipt it can verify offline, forever.
Tools include: clean fetch, LLM-ready markdown, structured extract, link graph, robots, diff, notarize, headers, table extract, feed, availability, validate, batch, sitemap, DNS, readability, redirect — built live from Mercury's catalog, so the list is always current.
Install
npx mercury-x402-mcp
Add to your MCP host (Claude Desktop / Cursor / Cline / any MCP client):
{
"mcpServers": {
"mercury": {
"command": "npx",
"args": ["-y", "mercury-x402-mcp"],
"env": {
"MERCURY_PRIVATE_KEY": "0xYOUR_BASE_MAINNET_WALLET_KEY"
}
}
}
}
MERCURY_PRIVATE_KEY is your Base-mainnet wallet (funded with a little USDC). Mercury is keyless —
the only thing you bring is a wallet to pay per call. Tools cost ~$0.003–$0.02 each.
The mercury_catalog and mercury_verify tools work without a wallet (free).
Why
Firecrawl / Jina / Tavily all gate behind a human-created API key + a credit-card plan — an agent can't onboard itself. Mercury can: an agent discovers the tools, pays over x402, and every result is cryptographically signed so the bytes are provably genuine and untampered — what RAG, trading, and agent-to-agent commerce actually need.
Discovery: https://mercury-x402-jed.fly.dev/.well-known/x402 · https://mercury-x402-jed.fly.dev/llms.txt
Installation
mercury x402 mcp zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"mercury-x402-mcp": {
"type": "http",
"url": "https://network.mercury-hq.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mercury-x402-mcp -- npx -y mercury-x402-mcpcodex mcp add mercury-x402-mcp -- npx -y mercury-x402-mcpamp mcp add mercury-x402-mcp -- npx -y mercury-x402-mcp{
"mcpServers": {
"mercury-x402-mcp": {
"command": "npx",
"args": [
"-y",
"mercury-x402-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mercury-x402-mcp": {
"command": "npx",
"args": [
"-y",
"mercury-x402-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mercury-x402-mcp": {
"command": "npx",
"args": [
"-y",
"mercury-x402-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mercury-x402-mcp": {
"command": "npx",
"args": [
"-y",
"mercury-x402-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mercury-x402-mcp": {
"command": "npx",
"args": [
"-y",
"mercury-x402-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mercury-x402-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mercury-x402-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mercury-x402-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"mercury-x402-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mercury-x402-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege16/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 86 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.1Aktuell | 7. Juni 2026 |