This is a gateway that turns any HTTP API into MCP tools without writing code. Point it at a JSON config file or a Postman collection and it converts endpoints into callable tools for Claude. Supports the usual HTTP methods and auth patterns (bearer tokens, API keys). The workflow is straightforward: export your Postman collection, run the server with that file, and your API is available to the LLM. There's a web-based editor for building configs visually if you don't have existing collections. Good for quickly prototyping LLM integrations with third-party APIs or for teams that already maintain Postman collections and want to expose them to AI assistants.
claude mcp add --transport stdio savhascelik-meta-api-mcp-server uvx meta-api-mcp-server