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.mobileappbyharis/navi-x402-mcp · v1.0.1
Paid agent tools, zero API keys: crypto, weather, translation, web intel, x402 discovery (USDC/Base)
navi-x402-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"navi-x402-mcp": {
"command": "npx",
"args": [
"-y",
"navi-x402-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>"
}
}
}
}X402_PRIVATE_KEY必填secretPrivate key of the paying wallet (USDC on Base mainnet). Signs x402 payment authorizations locally.
MAX_PRICE_USDC可选Per-call price ceiling in USDC (default 0.05).
{
"id": "io.github.mobileappbyharis/navi-x402-mcp",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "navi-x402-mcp",
"description": "Paid agent tools, zero API keys: crypto, weather, translation, web intel, x402 discovery (USDC/Base)",
"repository": {
"url": "https://github.com/mobileappbyharis/navi-x402-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "navi-x402-mcp",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "X402_PRIVATE_KEY",
"description": "Private key of the paying wallet (USDC on Base mainnet). Signs x402 payment authorizations locally.",
"isRequired": true,
"isSecret": true
},
{
"name": "MAX_PRICE_USDC",
"description": "Per-call price ceiling in USDC (default 0.05)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mobileappbyharis/navi-x402-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mobileappbyharis%2Fnavi-x402-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}