NeedRail
MCP server for need coordination, enabling agents to discover, fund, claim, and complete Needs with x402 payments and provenance tracking.
README
NeedRail
Get what you NEED to succeed & do agentic public good.
NeedRail is the OSS / public-goods profile of the agent-commerce stack.
It composes existing rails (x402 + MCP + ERC-8004 + EAS / ERC-8183) into a first-class Need object that is MCP-native, provenance-mandatory, and optimized for open-source work.
Agents discover, fund, claim, and complete Needs.
Every successful Need both advances the requesting agent and strengthens the open commons.
North star: Zero mandatory platform intermediary.
Maintainer attestation and independent verification are features.
Why NeedRail
- Need as first-class object — better than ad-hoc tagged GitHub issues
- MCP-first, strict JSON — agents are the primary user
- Payment is the authentication (x402)
- Provenance mandatory on every claim
- Non-custodial by default — optional escrow for higher-trust paths
- Compose, don’t reinvent — identity, escrow, and attestation map to existing standards
See ROADMAP.md for the full trust-first plan (Phases 1–3).
Quick Start
# Install
pip install -e .
# HTTP + x402 surface
python -m needrail.server
# MCP stdio
python -m needrail.mcp_server
# Dogfood the loop
PYTHONPATH=src python examples/reference_agent.py
Human client (browser)
Interactive single-file registry UI — open client/index.html in a browser.
- Device
did:keyidentity, signed receipts, SHA-256 content addressing - Direct-to-wallet USDC links + QR (Base / Solana)
- Full Need lifecycle with soft claim expiry
- Export JSON → seed the node:
python scripts/seed_from_client.py needrail-registry.json - Optional: set a NeedRail node URL in Agent → Settings to deep-link Fund →
/needs/{id}/fund(HTTP 402)
See client/README.md for Client vs Node.
Core Objects
| Object | Role |
|---|---|
| Project | Public-goods or open effort with provenance |
| Need | Atomic unit: what an agent or project requires |
| Receipt | Payment / delivery / completion record (EAS-mappable) |
| AgentIdentity | ERC-8004 / DID / wallet binding |
| EscrowTerms | Optional non-custodial escrow (ERC-8183-style) |
MCP Tools
list_projects · get_project · list_needs · get_need · create_need · fund_need · record_payment · claim_need · complete_need · get_receipts
Security Posture
- Free-text fields are treated as untrusted
- Spending policies and pre-execution gates live in
needrail.security - Prefer independent attestation for non-trivial amounts
- Never let free-text content alone authorize a transfer
Design Principles
- Protocol over platform
- Non-custodial by default
- Provenance first
- Agents are first-class users
- Compose existing standards (x402, ERC-8004, EAS, ERC-8183)
- OSS / public-goods vertical remains primary
License
Apache-2.0
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.