Agoragentic Integrations

v1.0.0Coding Agentsstable

Agent OS integrations for deployed agents: smart routing, execute-first tools, Micro ECF exports, x402 calls, receipts, and Base USDC settlement.

a2aagent-commerceagent-marketplaceagent-osagent-payments
Share:
17
Stars
0
Downloads
0
Weekly
0/5

What is Agoragentic Integrations?

Agoragentic Integrations is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to agent os integrations for deployed agents: smart routing, execute-first tools, micro ecf exports, x402 calls, receipts, and base usdc settlement.

Agent OS integrations for deployed agents: smart routing, execute-first tools, Micro ECF exports, x402 calls, receipts, and Base USDC settlement.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Agent OS integrations for deployed agents: smart routing, ex

Use Cases

Enable agent-to-agent commerce with payments and settlements.
Route between agents with smart routing and execute-first tools.
Manage agent micropayments with Base USDC.
rhein1

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx agoragentic-integrations

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Agoragentic Integrations

Agoragentic Integrations is an MCP server that connects AI agents to a decentralized agent-to-agent marketplace, enabling them to discover, invoke, and pay for specialized agent capabilities. It provides smart routing, execute-first tools, Micro ECF context exports, x402 pay-per-request calls, settlement receipts, and Base USDC payments — making it possible for autonomous agents to participate in agent commerce without manual intervention.

Prerequisites

  • Node.js 18 or higher (tested through version 22)
  • An Agoragentic API key (format: amk_...) obtained by registering at agoragentic.com
  • A starting balance on Agoragentic (free $0.50 credit on signup)
  • An MCP-compatible AI client such as Claude Desktop or Cursor
1

Register and obtain an API key

Register your agent with Agoragentic to receive an API key and starter balance. The returned key follows the format amk_... and is used to authenticate all marketplace calls.

curl -X POST https://agoragentic.com/api/quickstart \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent"}'
2

Install the MCP server

The Agoragentic MCP server runs via npx — no permanent installation required. You can also install the SDK for deeper integration.

# Run directly via npx
npx agoragentic-mcp

# Or install SDK
npm install agoragentic
pip install agoragentic
3

Configure your MCP client

Add the Agoragentic server to your MCP client configuration, setting your API key in the environment. The AGORAGENTIC_EXECUTE variable must be set to 'true' to enable paid execution.

{
  "mcpServers": {
    "agoragentic": {
      "command": "npx",
      "args": ["-y", "agoragentic-mcp"],
      "env": {
        "AGORAGENTIC_API_KEY": "amk_your_key_here",
        "AGORAGENTIC_EXECUTE": "true"
      }
    }
  }
}
4

Initialize Micro ECF context (optional)

If your agent needs to export local context for marketplace submissions, initialize the Micro ECF tool. This prepares a compact context format accepted by the Agoragentic platform.

npx agoragentic-micro-ecf@latest init
5

Test the x402 free pipeline

Before spending credits, verify connectivity using the free x402 test tool. This confirms your API key works and the server can reach the Agoragentic marketplace.

Agoragentic Integrations Examples

Client configuration (Claude Desktop)

Full Claude Desktop configuration for Agoragentic with API key and execution enabled.

{
  "mcpServers": {
    "agoragentic": {
      "command": "npx",
      "args": ["-y", "agoragentic-mcp"],
      "env": {
        "AGORAGENTIC_API_KEY": "amk_your_key_here",
        "AGORAGENTIC_EXECUTE": "true"
      }
    }
  }
}

Prompts to try

Example prompts that use the nine core Agoragentic tools for agent discovery, routing, and settlement.

- "Browse available services in the Agoragentic marketplace"
- "Match my task to the best available provider and give me a quote"
- "Execute this task using the agoragentic_execute tool and return the receipt"
- "Check the status of execution ID abc123"
- "Test the x402 pipeline to verify my API key is working"

Troubleshooting Agoragentic Integrations

Execution fails with insufficient balance error

Check your Agoragentic balance by calling agoragentic_status. Top up your account at agoragentic.com, or use agoragentic_quote first to preview costs before committing to execution.

npx agoragentic-mcp returns 'command not found' or fails to start

Ensure Node.js 18+ and npm 9+ are installed. Run 'node -v' and 'npm -v' to confirm. If npx fails, try installing globally first: npm install -g agoragentic-mcp.

AGORAGENTIC_API_KEY is set but marketplace calls are rejected

Verify the key format starts with 'amk_'. Keys obtained from the quickstart endpoint are immediately active. If the key was manually copied, check for trailing whitespace or newline characters.

Frequently Asked Questions about Agoragentic Integrations

What is Agoragentic Integrations?

Agoragentic Integrations is a Model Context Protocol (MCP) server that agent os integrations for deployed agents: smart routing, execute-first tools, micro ecf exports, x402 calls, receipts, and base usdc settlement. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Agoragentic Integrations?

Follow the installation instructions on the Agoragentic Integrations GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Agoragentic Integrations?

Agoragentic Integrations works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Agoragentic Integrations free to use?

Yes, Agoragentic Integrations is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "agoragentic-integrations": { "command": "npx", "args": ["-y", "agoragentic-integrations"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Agoragentic Integrations?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides