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.azeth-protocol/mcp-server · v0.2.22
Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents
mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@azeth/mcp-server"
]
}
}
}AZETH_PRIVATE_KEY可选secretOwner private key (0x-prefixed, 64 hex chars). Auto-generated and saved to ~/.azeth/key if not set.
AZETH_CHAIN可选Target chain: base, baseSepolia, ethereum, ethereumSepolia (default: baseSepolia)
AZETH_GUARDIAN_KEYGuardian co-signing private key for operations exceeding spending limits (optional)
AZETH_GUARDIAN_AUTO_SIGN可选Set to 'true' to enable automatic guardian co-signing (requires AZETH_GUARDIAN_KEY)
AZETH_RPC_URL_BASE_SEPOLIA可选Custom RPC for Base Sepolia (optional, defaults to public RPC). Per-chain: AZETH_RPC_URL_BASE, AZETH_RPC_URL_ETH_SEPOLIA, AZETH_RPC_URL_ETHEREUM
AZETH_SERVER_URL可选Azeth server URL for off-chain operations like reputation queries (optional)
AZETH_EMERGENCY_ADDRESS可选Emergency withdrawal destination address (defaults to owner EOA if not set)
XMTP_ENCRYPTION_KEY可选secretXMTP database encryption key for persistent messaging (optional, enables agent-to-agent messaging)
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.azeth-protocol/mcp-server",
"type": "mcp-server",
"version": "0.2.22",
"displayName": "mcp-server",
"description": "Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents",
"repository": {
"url": "https://github.com/azeth-protocol/mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@azeth/mcp-server",
"version": "0.2.22",
"transport": "stdio",
"environmentVariables": [
{
"name": "AZETH_PRIVATE_KEY",
"description": "Owner private key (0x-prefixed, 64 hex chars). Auto-generated and saved to ~/.azeth/key if not set.",
"isSecret": true
},
{
"name": "AZETH_CHAIN",
"description": "Target chain: base, baseSepolia, ethereum, ethereumSepolia (default: baseSepolia)"
},
{
"name": "AZETH_GUARDIAN_KEY",
"description": "Guardian co-signing private key for operations exceeding spending limits (optional)",
"isSecret": true
},
{
"name": "AZETH_GUARDIAN_AUTO_SIGN",
"description": "Set to 'true' to enable automatic guardian co-signing (requires AZETH_GUARDIAN_KEY)"
},
{
"name": "AZETH_RPC_URL_BASE_SEPOLIA",
"description": "Custom RPC for Base Sepolia (optional, defaults to public RPC). Per-chain: AZETH_RPC_URL_BASE, AZETH_RPC_URL_ETH_SEPOLIA, AZETH_RPC_URL_ETHEREUM"
},
{
"name": "AZETH_SERVER_URL",
"description": "Azeth server URL for off-chain operations like reputation queries (optional)"
},
{
"name": "AZETH_EMERGENCY_ADDRESS",
"description": "Emergency withdrawal destination address (defaults to owner EOA if not set)"
},
{
"name": "XMTP_ENCRYPTION_KEY",
"description": "XMTP database encryption key for persistent messaging (optional, enables agent-to-agent messaging)",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.azeth-protocol/mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.azeth-protocol%2Fmcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}