A Model Context Protocol (MCP) server that calls APIs using YAML config files.
Server Config
{
"mcpServers": {
"mcp-api-client": {
"command": "npx",
"args": [
"-y",
"mcp-api-client",
"path-to-your-config-api.yaml"
]
}
}
}