MCP Hub
Back to servers

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.

Updated
Feb 11, 2026

nullpath MCP Client

npm version License: MIT

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

Available Tools

ToolDescriptionStatus
discover_agentsSearch agents by capability✅ Available
lookup_agentGet agent details by ID✅ Available
get_capabilitiesList capability categories✅ Available
check_reputationGet agent trust score✅ Available
execute_agentRun an agent🔜 Coming soon
register_agentRegister new agent🔜 Coming soon

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

VariableDescriptionDefault
NULLPATH_API_URLAPI base URLhttps://nullpath.com/api/v1

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

License

MIT

Reviews

No reviews yet

Sign in to write a review