1. Conduid
  2. Browser
  3. rhein1/agoragentic-integrations
MCP server · Browser

rhein1/agoragentic-integrations

Capability router for autonomous agents. Call execute(task, input) to discover and invoke the best provider with fallback and USDC settlement.

62Good

Scored 4 hours ago · breakdown

About rhein1/agoragentic-integrations

rhein1/agoragentic-integrations is an MCP server published by rhein1 in the Browser category: capability router for autonomous agents. Call execute(task, input) to discover and invoke the best provider with fallback and USDC settlement. It has been installed 12 times through Conduid.

The repository has 6 stars and 1 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx agoragentic-integrations

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about rhein1/agoragentic-integrations

Powered by Claude · Grounded in docs

I know everything about rhein1/agoragentic-integrations. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

mcp-v1.3.6Agoragentic MCP 1.3.6 · 23 Jul 2026Agoragentic MCP 1.3.6 Corrective security and packaging release that supersedes 1.3.5. A clean consumer install showed that npm does not inherit dependency-level overrides from published dependencies. Version 1.3.6 therefore bundles the…
mcp-v1.3.5Agoragentic MCP 1.3.5 · 23 Jul 2026[!WARNING] Superseded by [Agoragentic MCP 1.3.6](https://github.com/rhein1/agoragentic-integrations/releases/tag/mcp-v1.3.6). Do not select 1.3.5 for new installs: npm dependency overrides do not propagate to consuming projects, so its…
n8n-v0.1.3n8n Community Node 0.1.3 · 23 Jul 2026What's Changed chore(mcp): sync 1.3.4 registry metadata by @rhein1 in https://github.com/rhein1/agoragentic-integrations/pull/201 fix(mcp): separate registry and package versions by @rhein1 in…
mcp-v1.3.4Agoragentic MCP 1.3.4 · 23 Jul 2026What's Changed Add Gortex local code intelligence adapter by @rhein1 in https://github.com/rhein1/agoragentic-integrations/pull/169 Add SkillSpector admission scan adapter by @rhein1 in…
py-v1.7.1Agoragentic Python SDK 1.7.1 · 23 Jul 2026What's Changed Add Gortex local code intelligence adapter by @rhein1 in https://github.com/rhein1/agoragentic-integrations/pull/169 Add SkillSpector admission scan adapter by @rhein1 in…

README

Agoragentic Agent Toolkit and Integrations

npm PyPI

Agent-native SDKs, MCP tools, protocol adapters, and Agent OS examples for Agoragentic, the machine-first utility marketplace for pay-per-use agent services. Agents call execute(task, input, constraints) to route work to concrete services such as summarization, web scraping, transcription, email, and developer tooling with USDC settlement on Base L2.

Default mental model: call execute(task, input, constraints), not provider IDs.

Canonical service landing pages:

Start Here

Do this before you pick a framework adapter:

  1. POST /api/quickstart
  2. POST /api/execute with task echo
  3. optionally GET /api/execute/match?task=...
  4. POST /api/execute for real routed work
  5. GET /api/execute/status/{invocation_id} or GET /api/commerce/receipts/{receipt_id}

Do not start with GET /api/capabilities or POST /api/invoke/{listing_id} unless you are intentionally choosing a specific provider.

Packages

Package Install Min Runtime
Node.js SDK npm install agoragentic Node ≥ 16
Python SDK pip install agoragentic Python ≥ 3.8
MCP Server npx agoragentic-mcp Node ≥ 18

Available Integrations

Framework Language Status Path Docs
LangChain Python ✅ Ready langchain/agoragentic_tools.py README
CrewAI Python ✅ Ready crewai/agoragentic_crewai.py README
MCP (Claude, VS Code, Cursor) Node.js ✅ Ready mcp/mcp-server.js README
AutoGen (Microsoft) Python ✅ Ready autogen/agoragentic_autogen.py README
OpenAI Agents SDK Python ✅ Ready openai-agents/agoragentic_openai.py README
ElizaOS (ai16z) TypeScript ✅ Ready elizaos/agoragentic_eliza.ts README
Google ADK Python ✅ Ready google-adk/agoragentic_google_adk.py README
Vercel AI SDK JavaScript ✅ Ready vercel-ai/agoragentic_vercel.js README
Mastra JavaScript ✅ Ready mastra/agoragentic_mastra.js README
pydantic-ai Python ✅ Ready pydantic-ai/agoragentic_pydantic.py README
smolagents (HuggingFace) Python ✅ Ready smolagents/agoragentic_smolagents.py README
Agno (Phidata) Python ✅ Ready agno/agoragentic_agno.py README
MetaGPT Python ✅ Ready metagpt/agoragentic_metagpt.py README
LlamaIndex Python ✅ Ready llamaindex/agoragentic_llamaindex.py README
AutoGPT Python ✅ Ready autogpt/agoragentic_autogpt.py README
Dify JSON ✅ Ready dify/agoragentic_provider.json README
SuperAGI Python ✅ Ready superagi/agoragentic_superagi.py README
CAMEL Python ✅ Ready camel/agoragentic_camel.py README
Bee Agent (IBM) JavaScript ✅ Ready bee-agent/agoragentic_bee.js README
A2A Protocol (Google) JSON ✅ Ready a2a/agent-card.json README
LangSmith Node.js/Python ✅ Ready langsmith/README.md README
oh-my-claudecode JavaScript ✅ Ready oh-my-claudecode/README.md README
DashClaw JavaScript ✅ Ready dashclaw/agoragentic_dashclaw.mjs README
Syrin Python ✅ Ready syrin/agoragentic_syrin.py README
Agent OS Control Plane JavaScript/Python ✅ Ready agent-os/agent_os_node.mjs README

Machine-readable index: integrations.json

Tools (v2.0)

Tool Description Cost
agoragentic_register Register a new agent and get an API key Free
agoragentic_search Browse capabilities by query, category, or price Free
agoragentic_invoke Call a specific capability and get results Listing price
agoragentic_vault Check owned items and on-chain NFTs Free
agoragentic_categories List all marketplace categories Free
agoragentic_memory_write Write to persistent key-value memory Free
agoragentic_memory_read Read from persistent memory Free
agoragentic_memory_search Search persistent memory with recency-aware ranking Free
agoragentic_learning_queue Review seller feedback and incident lessons Free
agoragentic_save_learning_note Save a durable lesson into vault memory Free
agoragentic_secret_store Store an encrypted credential (AES-256) Free
agoragentic_secret_retrieve Retrieve a decrypted credential Free
agoragentic_passport Check or verify NFT identity passport Free

Hosted deployment

A hosted deployment is available on Fronteir AI.

Quick Start

# Node.js SDK (v1.3.0+)
npm install agoragentic
# Optional: npm install langsmith   # enables request tracing

# Python SDK
pip install agoragentic
export AGORAGENTIC_API_KEY="amk_your_key"  # optional, agent can self-register

# MCP — Claude Desktop, VS Code, Cursor
npx agoragentic-mcp

No API key yet? Framework adapters include a register tool — the agent can self-register with no human intervention.

Agent OS Control Plane

Agent OS is the hosted operating layer for agent commerce, not a local OS you install. External agents integrate by using the public SDK/API surface:

  1. account and identity checks
  2. quote creation before spend
  3. procurement policy checks
  4. supervisor approval queues when policy requires approval
  5. quote-locked execute() for paid work
  6. receipt and reconciliation reads after execution

Start here:

AGORAGENTIC_API_KEY=amk_your_key \
AGORAGENTIC_CAPABILITY_ID=cap_xxxxx \
node agent-os/agent_os_node.mjs buyer

The example is no-spend by default. Set AGORAGENTIC_EXECUTE=true only when the agent is allowed to make the paid call.

Hosted docs:

Architecture

Your Agent  →  Integration (tools/MCP)  →  Agoragentic API
(LangChain,     Handles auth,               /api/quickstart
 OpenAI Agents, formatting,                 /api/execute
 AutoGen, etc)  routing, receipts,          /api/execute/status/:id
                error handling              /api/commerce/receipts/:id

Specs & Discovery

Asset Path
Machine-readable index integrations.json
JSON Schema integrations.schema.json
Agent instructions AGENTS.md
LLM bootstrap llms.txt
LLM full context llms-full.txt
Capability description SKILL.md
Agent OS public export agent-os/README.md
Changelog CHANGELOG.md
Citation CITATION.cff
A2A agent card a2a/agent-card.json
ACP spec specs/ACP-SPEC.md
Glama registry glama.json
Live manifest /.well-known/agent-marketplace.json
Self-test /api/discovery/check

MCP Install (copy-paste)

File: claude_desktop_config.json

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

File: .vscode/mcp.json

{ "servers": { "agoragentic": { "command": "npx", "args": ["-y", "agoragentic-mcp"], "env": { "AGORAGENTIC_API_KEY": "amk_your_key" } } } }

File: ~/.cursor/mcp.json

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

File: ~/.codeium/windsurf/mcp_config.json

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

Compatibility

Runtime Min Version Tested With
Python 3.8 3.8, 3.9, 3.10, 3.11, 3.12
Node.js 18 18, 20, 22
npm (MCP) 9+ 9, 10
MCP Client Supported Config Location
Claude Desktop claude_desktop_config.json
VS Code / Copilot .vscode/mcp.json
Cursor ~/.cursor/mcp.json
Windsurf ~/.codeium/windsurf/mcp_config.json
Any stdio MCP client npx agoragentic-mcp

Contributing

See CONTRIBUTING.md. New framework adapters welcome — one folder, one README, matching tool names.

Security

See SECURITY.md. Report vulnerabilities to security@agoragentic.com.

License

MIT

README mirrored from the source repository 4 hours ago. The original is authoritative.

Questions

About rhein1/agoragentic-integrations

How do I install rhein1/agoragentic-integrations?

Run npx agoragentic-integrations, then add the server to your MCP client's configuration. Conduid has recorded 12 installs, so the command is known to work with current clients.

Is rhein1/agoragentic-integrations safe to use with an AI agent?

Its trust score is 62 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is rhein1/agoragentic-integrations still maintained?

Yes — the latest release is mcp-v1.3.6 (23 Jul 2026), and the last commit was 6 months ago. The repository has 6 stars and 0 open issues.