Why did we create EchoAPI? We didn't want to make just another manual API tool like Postman. We wanted to use AI to make it the "best partner" for AI code editors like Cursor, Codex, Claude Code, and Trace.

Normally, making software needs "two hands". One hand uses the code editor (to write code and create APIs), and the other hand uses an API tool (to test those APIs). In the past, these two tools were completely separate and didn't talk to each other.
But now, thanks to AI-MCP-Skills technology, we can connect them automatically to work together. We can do two main things:
First, create your configuration file. Copy the JSON structure below:
{
"mcpServers": {
"echoapi-mcp": {
"url": "https://open.echoapi.com/mcp",
"headers": {
"api-token": "Paste your EchoAPI Token"
}
}
}
}Note: You can find the api-token in EchoAPI by going to Advanced → OpenAPI → Create. Save and copy the token as shown in the picture below:

Open [Tools & MCPs] in Cursor's settings, and click [Add custom MCP] to make a new connection.

Then, copy the mcp.json code from step 1.1 and paste it into Cursor.


Transform the traditional "develop first, document later" workflow. Using natural language commands in mainstream AI programming tools, the large language model can automatically scan your current business code structure to precisely parse interface paths, request parameters, and response formats.

For older or ongoing company projects, the AI can read your current EchoAPI list and use it as a strict rulebook. This helps the AI write much better and more accurate code.
Supported Languages
Works with your favorite AI code editors


