MCP Tool Connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Tool Connectorsearch documents for the latest sales report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Tool Connector
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.
Related MCP server: Company MCP Server
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) serverThen 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.Last updated
- Alicense-qualityDmaintenanceEnables AI to interact with internal company systems through API integration, supporting data search, information updates, report generation, and system connectivity.Last updatedMIT

Glean Remote MCP Serverofficial
Alicense-qualityCmaintenanceEnables AI assistants and developer tools to securely access and interact with an organization's enterprise knowledge, documents, and people through natural language while respecting existing access permissions.Last updated164MIT- Alicense-qualityDmaintenanceEnables LLMs to search and retrieve information from large technical documentation (OpenAPI specs, markdown) via intelligent chunking and semantic search.Last updatedMIT
Related MCP Connectors
SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GayathriNarayanan1610/mcp-tool-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server