quote-system-adk-mcp

mscdw/quote-system-adk-mcp
★ 0 stars Python AI/LLM Updated 3d ago
Custom MCP server (StreamableHTTP + OAuth) for a construction quote system, built to register in Gemini Enterprise as a custom MCP connector, plus a local ADK dev agent. Google IdP.
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": {
    "quote-system-adk-mcp": {
      "command": "uvx",
      "args": [
        "quote-system-adk-mcp"
      ]
    }
  }
}

Or install with pip: pip install quote-system-adk-mcp

README Excerpt

A reference **custom MCP server** — a construction company's **quote system** — built to be registered in **[Gemini Enterprise](https://cloud.google.com/blog/products/ai-machine-learning/the-new-gemini-enterprise-one-platform-for-agent-development)** as a [custom MCP server connector](https://docs.cloud.google.com/gemini/enterprise/docs/connectors/custom-mcp-server/set-up-custom-mcp-server),

Tools (2)

adkAgentDefinitionwarnings