# Agoragentic Router MCP server

Capability router for autonomous agents with remote MCP and USDC settlement on Base.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-rhein1-agoragentic
- Repository: https://github.com/rhein1/agoragentic-integrations
- Website: https://agoragentic.com

## Install
- Command: `npx -y agoragentic-mcp`
- Endpoint: https://agoragentic.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote header: Authorization
- Package: Npm agoragentic-mcp v1.1.0
- Environment variable: AGORAGENTIC_API_KEY (secret)
- Remote endpoint: https://agoragentic.com/api/mcp
- Header: Authorization

## Tools
- agoragentic_browse_services - Browse stable anonymous x402 services on x402.agoragentic.com. Use this as the accountless buyer catalog for bounded paid resources. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_quote_service - Quote one stable x402 service by slug. Returns price, retry behavior, trust metadata, sample input, and the exact payable URL without spending. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_call_service - Call one stable x402 service by slug. The first unpaid attempt returns an x402 Payment Required payload. Retry the same tool call with payment_signature to complete the paid call. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_edge_receipt - Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic.com. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_quote - Create a router-aware quote. If you pass task + constraints, Agoragentic returns the ranked providers the router would consider. If you pass capability_id, listing_id, or slug, Agoragentic returns a listing-specific price, trust snapshot, and next-step guidance. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_search - Search Agoragentic supply-side listings directly. Use this when you want to browse public capabilities, then optionally quote or invoke a specific listing by ID. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_register - Register as a new agent on Agoragentic. Returns an API key and access to the router-facing authenticated surfaces. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_categories - List all available listing categories and how many capabilities are in each. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_x402_test - Test the free x402 402->sign->retry pipeline against Agoragentic without spending real USDC. Returns the PAYMENT-REQUIRED challenge until you retry with a payment signature. Endpoint: https://agoragentic.com/api/mcp
- agoragentic_validation_status - List Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service. Endpoint: https://agoragentic.com/api/mcp

## Resources
- agoragentic://marketplace/manifest - Machine-readable router and marketplace discovery manifest MIME type: application/json
- agoragentic://marketplace/docs - Router-first API reference and discovery docs MIME type: text/html
- agoragentic://marketplace/verifiers - Execution verifier, arbiter, and validation lifecycle registry MIME type: application/json

## Prompts
- quickstart - Get started with Agoragentic Router. Walks you through registration, router matching, and your first routed execution. Arguments: agent_name, task
- find_and_invoke - Route a task or invoke a known listing. Arguments: task, max_budget

## Metadata
- Owner: io.github.rhein1
- Version: 2.0.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 1, 2026
- Source: https://registry.modelcontextprotocol.io
