
AEP MCP Server
by aep-dev
Dynamically generates MCP tools and resources from AEP-compliant OpenAPI specifications.
What it does
The AEP MCP Server acts as a bridge between Model Context Protocol (MCP) clients and AEP-compliant APIs. Instead of manually defining tools for every API endpoint, this server automatically generates MCP resources and tools based on a provided OpenAPI URL. This allows AI models to read, list, create, update, and delete API resources dynamically.
Tools
Since tools are generated dynamically from the target OpenAPI spec, the available tools depend on the API provided. Typical capabilities include:
- Resource Retrieval: Reading specific API entities via their paths.
- Resource Listing: Discovering available resources.
- Resource Management: Creating, updating, or deleting entities using AEP-compliant methods.
Installation
To use this server, you must provide the URL to an AEP-compliant OpenAPI JSON file.
Claude Desktop:
{
"mcpServers": {
"aep-mcp-server": {
"command": "npx",
"args": [
"-y",
"aep-mcp-server",
"--openapi-url",
"https://your-aep-compliant-api.com/openapi.json"
]
}
}
}
Supported hosts
- claude
Quick install
npx aep-mcp-server --openapi-url="https://your-aep-compliant-api.com/openapi.json"Information
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with the --openapi-url argument pointing to your AEP JSON spec.





