io.github.rog0x/api - MCP server
The MCP server provides HTTP client capabilities, JWT decoding, and header analysis tailored for AI agents. Built around the Model Context Protocol, it exposes tools to inspect and validate model-informed requests, helping agents reason about API interactions within a secure, standardized context.
🛠️ Key Features
- HTTP request composer with full control over method, headers, body, auth, and timeouts
- JWT decoding and header analysis aligned with MCP requirements
- Health checks for multiple endpoints in parallel
- Returns status, timing, SSL validity/expiry, and optional response validation
🚀 Use Cases
- AI agents testing and validating external APIs
- Security-aware request analysis and debugging
- Model-context-driven HTTP interaction pipelines
⚡ Developer Benefits
- MCP-aligned tooling for consistent model-context reasoning
- Rich response data: status, headers, body, timing
- TypeScript-friendly API surface for integration
⚠️ Limitations
- Documentation excerpt focuses on core tools; advanced MCP features may require additional setup
- Readme content provided is limited to the excerpt; broader capabilities may exist elsewhere