MCP Tools for AI Agents
A working AI agent is mostly tools. The model decides; the tools do. agentFast ships 50+ MCP-native tools out of the box and a wrapper pattern that makes adding your own — or any Model Context Protocol server — a matter of config, not code.
50+ tools, grouped by the work
Core, shared, support, research and code groups: web/KB search, read-only-guarded SQL, a sandboxed shell, SSRF-guarded fetch, ticketing, real arXiv/Semantic Scholar APIs.
One error vocabulary
Every tool speaks the same fixed 12-code vocabulary — INVALID_INPUT, TIMEOUT, INTERNAL_ERROR — so the model gets structured, predictable failures it can reason about.
One @tool wrapper
Validation failures become INVALID_INPUT, timeouts become TIMEOUT, crashes become INTERNAL_ERROR — enforced in one place.
Add any MCP server by config
Point agentFast at a server and its tools are discovered, auto-namespaced, traced and rate-limited like any built-in — no orchestration code.
mcp_servers:
- name: billing
transport: stdio
command: node
args: ["./mcp/billing-server.js"]For the deeper argument on tooling, read the 50 MCP tools every production agent needs.
agentFast is the production layer — memory, 50 tools, observability, evals, guardrails, human-in-the-loop — for LangGraph, CrewAI, the Claude & OpenAI Agent SDKs & Vanilla. Own it for life.
Get agentFast — from $89