MCP-RESTAPI-Server-Agentic-Client

venkybollimuntha/MCP-RESTAPI-Server-Agentic-Client
★ 1 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-restapi-server-a": {
      "command": "uvx",
      "args": [
        "mcp-restapi-server-agentic-client"
      ]
    }
  }
}

Or install with pip: pip install mcp-restapi-server-agentic-client

README Excerpt

A two-part system that exposes [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) tools over a REST API and drives them with a Groq-powered LLM agent. ``` mcp-rest-api-server/ ← FastAPI gateway + MCP tool server mcp-client/ ← Groq LLM agent that calls the gateway ``` --- ```

Tools (5)

GETPOSTcalculateget_weathernormalize_name