Back to directory
muhammed-abdelghany/rest_api_mcp

muhammed-abdelghany/rest_api_mcp

@Muhammed-AbdelGhany

A Model Context Protocol (MCP) server for authenticated REST APIs with auto-login, 2FA support, Swagger spec fetch, and fuzzy endpoint search.

rest-apimcp-serverauthenticationswaggeropenapiapi-clientauto-login2fatool

Installation & Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "rest-api-mcp"
  ],
  "env": {
    "REST_BASE_URL": "https://api.example.com/api/v1",
    "API_EMAIL": "[email protected]",
    "API_PASSWORD": "yourpassword",
    "API_SWAGGER_URL": "https://api.example.com/docs-json"
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/11
Updated
2026/6/12