Tool Connector
БесплатноНе проверенExposes search over internal documents and company lookup via authenticated API, enabling LLMs to access firm files and data.
Описание
Exposes search over internal documents and company lookup via authenticated API, enabling LLMs to access firm files and data.
README
An MCP server that gives an LLM host (e.g. Claude) two tools: it can search the firm's documents and look up a company via an authenticated API the "connect frontier models to our files and data, with auth" use case.
Demo
Register the server with Claude Desktop, then ask Claude something that triggers
search_documents, and something that triggers lookup_company.
What it does
Exposes two tools over the Model Context Protocol:
search_documents(query, k)— makes a document folder query-able (no auth).lookup_company(name)— calls an authenticated external API (bearer token), making the API + authentication path explicit.
Authentication (done on purpose)
lookup_company reads DATA_API_TOKEN from the environment (never hardcoded) and
returns a clear "authentication required" message when it is absent rather than
failing silently. Use a scoped, read-only token; full OAuth is the production step.
Run it
pip install -r requirements.txt
pytest -q # tools work + both register with the MCP server
python server.py # run as an MCP (stdio) server
Then add it to Claude Desktop using claude_desktop_config.example.json (use an
absolute path to server.py). Confirm the exact MCP SDK usage against the current
docs at modelcontextprotocol.io.
Built with
Python · MCP Python SDK (FastMCP) · httpx
Установка Tool Connector
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/GayathriNarayanan1610/mcp-tool-connectorFAQ
Tool Connector MCP бесплатный?
Да, Tool Connector MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tool Connector?
Нет, Tool Connector работает без API-ключей и переменных окружения.
Tool Connector — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Tool Connector в Claude Desktop, Claude Code или Cursor?
Открой Tool Connector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Tool Connector with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
