Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tool Connector

FreeNot checked

Exposes search over internal documents and company lookup via authenticated API, enabling LLMs to access firm files and data.

GitHubEmbed

About

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.

image

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

from github.com/GayathriNarayanan1610/mcp-tool-connector

Installing Tool Connector

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/GayathriNarayanan1610/mcp-tool-connector

FAQ

Is Tool Connector MCP free?

Yes, Tool Connector MCP is free — one-click install via Unyly at no cost.

Does Tool Connector need an API key?

No, Tool Connector runs without API keys or environment variables.

Is Tool Connector hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Tool Connector in Claude Desktop, Claude Code or Cursor?

Open Tool Connector on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Tool Connector with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs