Feature · SLAtech Business

MCP Server — Use Your Bot as an AI Tool

Your knowledge base is valuable in more places than your website. MCP Server exposes it as a first-class tool so Claude, ChatGPT and Cursor agents can query, extend and ingest into it directly.

4 tools
Exposed
OpenAI
Manifest compatible
Claude+GPT
Supported clients
API key
Auth

Sound Familiar?

🔌

AI Agents Can't Access Your KB

You have a world-class knowledge base, but Claude and ChatGPT have no way to reach it during a chat. Agents guess or refuse.

🧑‍💻

Manual Copy-Paste Workflow

Engineers paste your docs into an AI agent one file at a time. It works, but it's slow and breaks the moment the docs update.

🛠️

No Developer API Standard

Building a custom REST wrapper for every AI client is duplication. MCP is the industry-aligned standard — use it instead.

What You Get

📜

OpenAI-Compatible Manifest

GET /v1/mcp/manifest returns the tool catalogue in the format Claude Desktop, Cursor and any OpenAI-compatible agent already understands.

🛠️

4 Tools Exposed

query_knowledge_base, list_documents, add_knowledge, ingest_url — enough to let an agent both read and contribute back.

🔑

X-Api-Key Auth

Standard header-based auth. Each key scopes the agent to a single site. Revocable, auditable, no OAuth dance required.

🖥️

Works with Claude, GPT, Cursor

Tested against Claude Desktop, OpenAI's function-calling API, and Cursor's MCP client. Adding the server is a config-file edit.

🏢

Tenant-Isolated

site_id must match the key's scope; cross-tenant requests are blocked. Multi-client agencies keep their customers' data separate at the agent layer too.

Frequently Asked Questions

What is MCP exactly?
Model Context Protocol — an open spec for exposing tools and context sources to AI agents. It replaces ad-hoc REST wrappers with a standard manifest + execution surface. Claude, GPT and Cursor all speak it.
Who's this useful for?
Teams whose employees work inside AI agents (Claude Desktop, Cursor, ChatGPT) and need to hit the company knowledge base without copy-paste. Also useful for agencies running multiple client bots from a single developer workstation.
How do I configure Claude Desktop to use it?
Add a single block to claude_desktop_config.json pointing at your manifest URL with your X-Api-Key header. Full example is on /en/integrations in the MCP section. Takes about 2 minutes.
Can an agent abuse the add_knowledge or ingest_url tools?
Both are scoped to the site the API key owns. ingest_url rejects private hosts (localhost, 10.x, 172.16-31.x, 192.168.x, 169.254.x). add_knowledge requires a non-empty question and answer and is tenant-scoped. You can revoke the key instantly if needed.
Does it count toward my query quota?
query_knowledge_base calls count toward query quota, just like web queries. ingest_url calls count toward ingest quota. list_documents and add_knowledge don't consume metered resources beyond a reasonable rate limit.

Related

Ready to Get Started?

Free tier. No credit card. Setup in 10 minutes.

Start Free Trial