A Model Context Protocol (MCP) server for authenticated REST APIs. Drop it into any project, point it at your API, and let AI agents call endpoints — with auto-login, 2FA support, Swagger spec fetch, and fuzzy endpoint search — all without writing a single line of auth code.
{
"mcpServers": {
"rest_api_mcp": {
"command": "npx",
"args": [
"-y",
"rest-api-mcp"
]
}
}
}