Stops runaway loops
If an agent sends the same call five times in a minute, Accord stops it before it runs up your bill.
Try it: send the same message six times in the sandbox chat.
An API is what your app can do. MCP lets AI use it.
Turn an API into tools for Claude, Cursor, and other AI assistants. Test what they can do, set the boundaries, and see every call.
Your key stays out of the tool. You add it once as a secret when you deploy.
checks on every call, before anything runs
free sandbox calls. No card, no signup
input formats: cURL, OpenAPI, Swagger and Postman
Live demo
Get a real MCP URL in one click. Add it to your agent, ask it something, and watch each call arrive here as Accord checks it.
Pick what your agent should do.
Role-based access. Tools that touch production are filtered out of the agent’s tool list.
No signup. Free for 1,000 calls. Responses are sample data.
What happens on every call
Explore the sandbox’s seven checks, inspect every decision, and see exactly what comes back.
If an agent sends the same call five times in a minute, Accord stops it before it runs up your bill.
Try it: send the same message six times in the sandbox chat.
Give a support agent read-only tools. Keep production tools out of its list entirely.
Role-based tool lists, matched by tool name or path.
Configured risky tools are blocked before execution.
Approval and resume workflows are planned.
Links, metadata and fields you do not need are removed before the response reaches the model.
Every receipt shows the real bytes saved on that call.
Emails, phone numbers or any field you name are replaced first. If that step fails, the response is withheld.
This check fails closed, by design.
Identical read calls come back from the cache, so your API is not hit twice for the same answer.
Exact-match cache, per gateway.
Use cases
Your agent reads PagerDuty incidents and restarts staging servers on its own. The production restart tool is hidden from it, so it cannot even ask.
Your agent reads the Zendesk ticket and the Stripe charge, then drafts the refund. Emails and phone numbers are removed before the model sees them.
Your agent prepares the Google Workspace account and the Slack invite. Nothing is created until an admin approves it.
Your agent writes SQL against Snowflake. When it runs the same query again, Accord answers from its cache instead of your warehouse.
Deploy
Your converted tools can run as your own MCP server. Your API key stays on the server, so the agent never sees it.
One click. Add your gateway’s manifest URL, your API key and a token for your agent.
Deploy to VercelRun it anywhere with one command. You need Docker and a gateway id.
curl -sL https://mcp.edenbuilds.me/docker | bash -s -- YOUR_GATEWAY_IDTry a hosted sandbox with sample responses. Managed real API hosting is on the roadmap.
How Accord compares
API gateways were built for apps calling APIs. Automation tools run fixed recipes. Accord is built for agents that decide what to do next, and need limits while they do.
Pricing
The sandbox is free today. The paid plans below are proposed and open after the private beta. We take no payment now.
Available now
Proposed, per month
Planned, annual
Questions
Start with one cURL command. Ship with every call checked.