An MCP server that provides HTTP and API testing utilities for agents, including request execution, endpoint health checks, JWT decoding, URL parsing, and HTTP header analysis. It can inspect live URLs or analyze supplied data for security and response details.
From the registry: HTTP client, JWT decode, header analysis for AI agents
$ npm install$ npm run buildPlease install the `api` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Node.js and npm are required to install dependencies, build the server, and run it with node.
Optional prerequisites:
- Install project dependencies — Install the package dependencies in the project directory. Run: `npm install`
- Build the server — Compile the server to produce the dist/index.js entry point used in the MCP configuration. Run: `npm run build`
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<path-to-mcp-api-tools>/dist/index.js"]
Note: The README only documents running the built server locally from a checked-out repository. Replace <path-to-mcp-api-tools> with the local filesystem path to the built project directory.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.