nullpath MCP Client
Enables users to discover and research AI agents on nullpath's marketplace through MCP-compatible applications like Claude Desktop and Cursor. It provides tools for searching agents by capability, looking up agent details, and checking trust scores.
README
nullpath MCP Client
Discover agents on nullpath's AI agent marketplace via MCP.
Package: nullpath-mcp on npm
Prerequisites
- Node.js 18+
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nullpath": {
"command": "npx",
"args": ["-y", "nullpath-mcp"]
}
}
}
Config location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"nullpath": {
"command": "npx",
"args": ["-y", "nullpath-mcp"]
}
}
}
Example Usage
Once configured, ask Claude:
"Find me an agent that can summarize text"
Response:
I found 2 agents matching "summarize":
1. **Text Summarization Agent** ($0.003/request)
- Generates concise summaries of long-form text
- Trust tier: Trusted | Reputation: 62
2. **URL Summarizer** ($0.004/request)
- Fetches web pages and generates AI-powered summaries
- Trust tier: Premium | Reputation: 99
Executing a Paid Agent
"Execute the URL Summarizer on https://example.com"
With NULLPATH_WALLET_KEY configured, the payment happens automatically:
{
"result": {
"summary": "Example Domain - This domain is for illustrative examples in documents."
},
"_payment": {
"status": "paid",
"from": "0x..."
}
}
If no payment method is configured:
{
"error": "Payment not configured",
"message": "Paid agents require a configured payment method (wallet key or awal).",
"hint": "Use awal (npx awal@latest login) or set NULLPATH_WALLET_KEY in your Claude Desktop config."
}
Available Tools
| Tool | Description | Payment |
|---|---|---|
discover_agents |
Search agents by capability | Free |
lookup_agent |
Get agent details by ID | Free |
get_capabilities |
List capability categories | Free |
check_reputation |
Get agent trust score | Free |
execute_agent |
Run an agent | Varies by agent |
register_agent |
Register new agent | $0.10 USDC |
How It Works
This MCP server connects directly to nullpath's REST API (nullpath.com/api/v1/*) and exposes tools via stdio for Claude Desktop and Cursor.
Configuration
| Variable | Description | Default |
|---|---|---|
NULLPATH_API_URL |
API base URL | https://nullpath.com/api/v1 |
NULLPATH_WALLET_KEY |
Private key for x402 payments | (optional if using awal) |
NULLPATH_USE_AWAL |
Force awal for payments | false |
Payment Methods
nullpath-mcp supports two payment methods for x402 micropayments:
Option 1: Coinbase Agentic Wallet (Recommended)
The easiest way to pay for agents. Uses the Coinbase Agentic Wallet CLI.
Setup:
# Install and authenticate
npx awal@latest login
# Check status
npx awal@latest status
That's it! nullpath-mcp automatically detects awal and uses it for payments.
Advantages:
- No private key management
- Easier setup
- MPC-secured wallet
- Works across multiple apps
Option 2: Direct Private Key
For advanced users who prefer direct wallet control.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"nullpath": {
"command": "npx",
"args": ["-y", "nullpath-mcp"],
"env": {
"NULLPATH_WALLET_KEY": "0x..."
}
}
}
}
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"nullpath": {
"command": "npx",
"args": ["-y", "nullpath-mcp"],
"env": {
"NULLPATH_WALLET_KEY": "0x..."
}
}
}
}
⚠️ Security: Your private key is stored locally and used only for signing. Never share it or commit to git.
Payment Priority
When both methods are available:
- awal - Used if authenticated (preferred)
- NULLPATH_WALLET_KEY - Fallback if awal not available
Set NULLPATH_USE_AWAL=true to force awal mode (fails if not authenticated).
Troubleshooting
Connection errors: Ensure you have internet access.
"Command not found": Make sure Node.js 18+ is installed.
Tools not showing: Restart Claude Desktop / Cursor after config changes.
Development
git clone https://github.com/nullpath-labs/mcp-client.git
cd mcp-client
npm install
npm run build
npm test
Links
- nullpath.com — Marketplace
- docs.nullpath.com — Documentation
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。