Catalog
Orcpin
Officialby npraught
Paid facts for AI agents via x402: on-chain snapshots, endpoint reliability, trading calculators.
On-chain snapshots and reliability data for AI agents via x402 payment protocol.
README not available yet.
Install
Configuration
Environment variables
ORCPIN_PRIVATE_KEYrequiredsecretPrivate key (0x + 64 hex) of a dedicated, low-balance Base wallet holding a few dollars of USDC. Used only to sign gasless x402 payment authorizations; never transmitted.
ORCPIN_TOOLSETSOptional comma-separated subset of tools to expose: "defi" (chain + endpoint-reliability tools) and/or "trading" (trade-log calculators). Default: all eight tools.
X402_NETWORKx402 network id. Default eip155:8453 (Base mainnet).
claude_desktop_config.json
{
"mcpServers": {
"orcpin": {
"command": "npx",
"args": [
"-y",
"orcpin-mcp@0.2.2"
],
"env": {
"ORCPIN_PRIVATE_KEY": "<YOUR_ORCPIN_PRIVATE_KEY>",
"ORCPIN_TOOLSETS": "<YOUR_ORCPIN_TOOLSETS>",
"X402_NETWORK": "<YOUR_X402_NETWORK>"
}
}
}
}