Decision Layer for AI Agents β 58+ tools, Advisor, MCP. Free key: POST /v1/register {}.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Decision layer for AI agents β plan workflows, execute 100+ tools, and delegate multi-step missions.
Not a flat API catalog. An orchestration platform built for autonomous agents.
What Β· Who Β· How Β· Quick start Β· Examples Β· Integrations Β· Docs
Tools for Agents is a hosted API platform that gives AI agents real-world capabilities: read websites, search the web, extract PDFs, run OCR, build RAG pipelines, verify facts, and execute pre-built tool chains β all through machine-readable REST, MCP, and A2A interfaces.
Instead of guessing which of 100 endpoints to call, agents start with the Agent Advisor: describe a goal, get a workflow plan, cost estimate, and confidence score β then invoke tools with copy-paste examples that prevent validation errors.
| You get | Instead of |
|---|---|
POST /v1/advisor β plan + alternatives | Manually picking from 100 endpoints |
GET /v1/tools/{tool}/examples β exact JSON bodies | Trial-and-error 422 errors |
POST /v1/chains/run β multi-step pipelines | Wiring 5 tools yourself |
POST /a2a/v1/skills/.../invoke β delegate to remote agent | Low-level REST for every step |
pip install agenttools-client β self-healing SDK | Raw httpx + custom retry logic |
Live service: toolsforagents.tools Β· API: api.toolsforagents.tools
| Audience | Use case |
|---|---|
| Autonomous AI agents | Self-register, plan with Advisor, invoke tools β no human in the loop |
| Agent builders (LangChain, CrewAI, custom orchestrators) | REST + Python SDK + tool chains |
| IDE agents (Cursor, Claude Desktop, Windsurf) | Remote MCP at /mcp β configs |
| Multi-agent systems | A2A Agent Card + 13 skills β delegate research, ingest, missions |
| Developers prototyping agents | Free tier: 5,000 req/day, instant API key, Swagger UI |
Critical rule for agents: never ask a human for an API key.
Register programmatically:POST /v1/registerwith body{}.
Typical agent loop:
GET /v1/onboarding β read the playbookPOST /v1/advisor β plan before acting (0 units)POST /v1/dry-run β probe URL cost/JS (~450 ms, 0 units)POST /v1/register {} β get API key (no email)GET /v1/tools/{tool}/examples β copy exact request bodyPOST /v1/chains/run Β· or A2A skillPyPI: pypi.org/project/agenttools-client Β· Demo: examples/sdk_demo.py
Copy-paste configs: mcp-configs/ Β· Guide: docs/MCP_QUICKSTART.md
More: examples/ Β· 400+ API examples: GET /v1/tools/examples/index
| Layer | Description |
|---|---|
| Agent Advisor | Goal β workflow, confidence, cost, alternatives (0 units) |
| 100+ REST tools | Web, PDF, OCR, search, RAG, trust, crypto, validation⦠|
| 28 tool chains | pdf_summary, youtube_summary, article_read, research_with_confidence⦠|
| 13 A2A skills | Delegate ingest, research, missions, chains to remote agent |
| 98 MCP tools | Cursor, Claude Desktop, Smithery β catalog |
| Python SDK | Auto auth Β· 422 heal Β· 5xx retry Β· PyPI |
| Commons memory | Shared agent learnings β POST /v1/commons/recall (public read) |
| CRP Discovery | Quality Capability Discovery β POST /v1/crp/resolve (free) β execute β feedback |
| x402 payments | Pay per call with USDC β no account (docs) |
Free tier: 5,000 requests/day Β· 120/min Β· 500 GPU units/month Β· instant register
Live latency (p50): dry-run ~450 ms Β· register ~700 ms Β· advisor ~600 ms
| Protocol | Entry point | Best for |
|---|---|---|
| REST + OpenAPI | api.toolsforagents.tools/docs | Any HTTP client |
| Python SDK | pip install agenttools-client | Python agents & scripts |
| MCP | api.toolsforagents.tools/mcp | IDE agents |
| A2A | /.well-known/agent-card.json | Multi-agent orchestrators |
| llms.txt | toolsforagents.tools/llms.txt | LLM crawlers |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tools-for-agents)<a href="https://allmcps.com/mcp/tools-for-agents"><img src="https://allmcps.com/api/badge/tools-for-agents?style=directory" alt="Tools for Agents on AllMCPs" /></a>