brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.piprail/mcp · v0.9.0
Budget-bound x402 payment wallet for AI agents — pays HTTP 402 URLs, capped locally. No backend.
PipRail 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@piprail/mcp"
]
}
}
}PIPRAIL_PRIVATE_KEY可选secretYour wallet's private key/seed for the chosen chain. Optional: omit it to run read-only (discover/quote/register/budget/guide); set it to let the agent pay. Stays on your machine; the spend policy caps every payment.
PIPRAIL_CHAIN可选Chain to pay on (default: base).
PIPRAIL_CHAINS可选Pay across several chains (instead of PIPRAIL_CHAIN): a comma-separated list, e.g. base,polygon,solana. Give each its own PIPRAIL_<CHAIN>_KEY (+ optional PIPRAIL_<CHAIN>_RPC_URL). The agent pays whichever chain a 402 asks for — the first listed that can settle — under one shared budget.
PIPRAIL_MAX_AMOUNT可选Max spend per single payment, in token units (default: 0.10).
PIPRAIL_MAX_TOTAL可选Lifetime spend cap per token, in token units (default: 10.00).
PIPRAIL_MAX_TOTAL_DENOM可选Cross-token GRAND TOTAL: one spend cap per denomination across every stablecoin and chain, e.g. USD:20.00,EUR:5.00. Not a price oracle — sums tokens of the same unit, each counted 1:1. Native coins are excluded.
PIPRAIL_MAX_PAYMENTS可选Lifetime cap on the NUMBER of payments, across every chain + token (e.g. 100).
PIPRAIL_MAX_PAYMENTS_PER_WINDOW可选Cap on the number of payments within PIPRAIL_WINDOW_SECONDS (a rolling rate limit; set PIPRAIL_WINDOW_SECONDS too).
PIPRAIL_WARN_AT_FRACTION可选Emit an early-warning event when spend crosses this fraction of any cap, e.g. 0.8 (80%). Needs PIPRAIL_EVENT_LOG to be visible.
PIPRAIL_SPEND_LOG可选Path to a local append-only spend log. When set, the budget (lifetime, grand total, counts) SURVIVES a restart — hydrated from this file. No backend; you own the file.
PIPRAIL_EVENT_LOG可选Mirror payment events (settled / declined / budget-threshold) as one-line JSON to 'stderr' or a file path — the operator's notification stream. Default: off.
PIPRAIL_TOKENS可选Comma-separated allowed token symbols, plus the alias 'native' for the chain's coin (default: USDC).
PIPRAIL_SCHEMES可选Comma-separated payment schemes to settle (default: onchain-proof). Add 'exact' (onchain-proof,exact) to also pay standard x402 servers GASLESS on EVM + Solana (method auto-selected). Add 'upto' to also pay metered x402 servers on EVM (Permit2): sign a MAX, the server settles the actual <= max.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.piprail/mcp",
"type": "mcp-server",
"version": "0.9.0",
"displayName": "PipRail",
"description": "Budget-bound x402 payment wallet for AI agents — pays HTTP 402 URLs, capped locally. No backend.",
"repository": {
"url": "https://github.com/piprail/piprail",
"source": "github",
"subfolder": "mcp"
},
"homepage": "https://piprail.com/mcp",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@piprail/mcp",
"version": "0.9.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "PIPRAIL_PRIVATE_KEY",
"description": "Your wallet's private key/seed for the chosen chain. Optional: omit it to run read-only (discover/quote/register/budget/guide); set it to let the agent pay. Stays on your machine; the spend policy caps every payment.",
"isSecret": true
},
{
"name": "PIPRAIL_CHAIN",
"description": "Chain to pay on (default: base)."
},
{
"name": "PIPRAIL_CHAINS",
"description": "Pay across several chains (instead of PIPRAIL_CHAIN): a comma-separated list, e.g. base,polygon,solana. Give each its own PIPRAIL_<CHAIN>_KEY (+ optional PIPRAIL_<CHAIN>_RPC_URL). The agent pays whichever chain a 402 asks for — the first listed that can settle — under one shared budget."
},
{
"name": "PIPRAIL_MAX_AMOUNT",
"description": "Max spend per single payment, in token units (default: 0.10)."
},
{
"name": "PIPRAIL_MAX_TOTAL",
"description": "Lifetime spend cap per token, in token units (default: 10.00)."
},
{
"name": "PIPRAIL_MAX_TOTAL_DENOM",
"description": "Cross-token GRAND TOTAL: one spend cap per denomination across every stablecoin and chain, e.g. USD:20.00,EUR:5.00. Not a price oracle — sums tokens of the same unit, each counted 1:1. Native coins are excluded."
},
{
"name": "PIPRAIL_MAX_PAYMENTS",
"description": "Lifetime cap on the NUMBER of payments, across every chain + token (e.g. 100)."
},
{
"name": "PIPRAIL_MAX_PAYMENTS_PER_WINDOW",
"description": "Cap on the number of payments within PIPRAIL_WINDOW_SECONDS (a rolling rate limit; set PIPRAIL_WINDOW_SECONDS too)."
},
{
"name": "PIPRAIL_WARN_AT_FRACTION",
"description": "Emit an early-warning event when spend crosses this fraction of any cap, e.g. 0.8 (80%). Needs PIPRAIL_EVENT_LOG to be visible."
},
{
"name": "PIPRAIL_SPEND_LOG",
"description": "Path to a local append-only spend log. When set, the budget (lifetime, grand total, counts) SURVIVES a restart — hydrated from this file. No backend; you own the file."
},
{
"name": "PIPRAIL_EVENT_LOG",
"description": "Mirror payment events (settled / declined / budget-threshold) as one-line JSON to 'stderr' or a file path — the operator's notification stream. Default: off."
},
{
"name": "PIPRAIL_TOKENS",
"description": "Comma-separated allowed token symbols, plus the alias 'native' for the chain's coin (default: USDC)."
},
{
"name": "PIPRAIL_SCHEMES",
"description": "Comma-separated payment schemes to settle (default: onchain-proof). Add 'exact' (onchain-proof,exact) to also pay standard x402 servers GASLESS on EVM + Solana (method auto-selected). Add 'upto' to also pay metered x402 servers on EVM (Permit2): sign a MAX, the server settles the actual <= max."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.piprail/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.piprail%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}