claude-connector

pashz/claude-connector
★ 0 stars Python AI/LLM Updated today
Remote HTTP MCP server template for domain portfolio search and Claude-powered recommendations
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": {
    "claude-connector": {
      "command": "uvx",
      "args": [
        "claude-connector"
      ]
    }
  }
}

Or install with pip: pip install claude-connector

README Excerpt

A deployable **remote MCP (Model Context Protocol) server** that exposes a curated domain portfolio to AI clients. Three tools: keyword search, single-record lookup, and Claude-powered recommendations. Built as a reusable template — swap the data file and field mapping in `config.yaml` for a different client catalog without changing server logic.

Tools (3)

get_domain_detailsrecommend_domainssearch_domains