Skip to main content

Thinkia MCP · Model Context Protocol

Plug Thinkia into your AI assistant.

A public, read-only MCP server that gives Claude, ChatGPT, Cursor or any MCP client direct access to Thinkia's knowledge: 62 AI solution briefs, The Mesh, our products, the glossary, the EU AI Act governance guide and 144 articles — in 7 languages. Every answer comes with the public URL to cite. No API key.

https://thinkia.com/api/mcp
  • 62 AI Solution briefs job-to-be-done, filterable
  • 5 Mesh layers Thinkia's capability model
  • 6 AI products Synapse, Pulse, Digital Humans…
  • 128 Glossary terms enterprise AI vocabulary
  • 144 Articles Thoughts, full text
  • 8 Whitepapers summaries + PDF links
  • 8 Success stories named public cases
  • 1 EU AI Act guide risk tiers, timeline, checklist

Built from the same sources as the website at every deploy. Index version 1 · everything read-only.

Languages

Language lang Documents Body still in English
English en 377
Español es 377 11
Français fr 365 139
Deutsch de 365 139
Italiano it 365 139
Português pt 365 139
中文 zh 365 139

Every tool takes lang. Ask in the reader's language and the URLs you get back are the localized pages. What is still English-only — the success stories, the glossary outside English and Spanish, and the company texts — comes back marked contentLang: "en", so an assistant can say so instead of passing it off as translated.

Connect

One URL, any client.

Streamable HTTP transport, no authentication. Paste the endpoint where your client asks for a remote MCP server.

Claude

  1. Open Settings → Connectors on claude.ai or Claude Desktop.
  2. Choose Add custom connector and paste the endpoint. Leave authentication empty.
  3. Enable it in a chat. Claude will pick the right tool by itself.

Claude Code

claude mcp add --transport http thinkia https://thinkia.com/api/mcp

ChatGPT

  1. Enable Developer mode under Settings → Connectors (Plus, Pro, Team or Enterprise).
  2. Create a connector with the endpoint URL and no authentication.
  3. Use it in a chat or in deep research: the server implements the search / fetch contract ChatGPT expects.

Cursor

.cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

{
  "mcpServers": {
    "thinkia": {
      "url": "https://thinkia.com/api/mcp"
    }
  }
}

VS Code

.vscode/mcp.json — or MCP: Add Server → HTTP

{
  "servers": {
    "thinkia": {
      "type": "http",
      "url": "https://thinkia.com/api/mcp"
    }
  }
}

Any client, or plain HTTP

JSON-RPC 2.0 over POST. GET on the endpoint returns a server card with the tool list.

curl -s https://thinkia.com/api/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"search","arguments":{"query":"predictive maintenance"}}}'

Tools

What the model can call.

ToolWhat it does
search Full-text search across everything. Returns ids and the public URL to cite.
fetch Read one document in full (Markdown) by id.
list_ai_solutions The solution catalogue, filterable by industry, function, outcome or product.
get_ai_solution Problem, how it works, capabilities, honest outcome ranges, delivery phases.
lookup_glossary_term Definitions plus related products, services and articles.
list_ai_products Synapse, Pulse, Digital Humans, AI Contact Experience, Enterprise Knowledge AI, Sentinel.
get_the_mesh The five layers and their capabilities, to map a need to a service line.
list_success_stories Named cases with sector tags and URLs.
get_eu_ai_act_governance_guide Risk tiers, timeline, roles, 20-item checklist, official EU links. Not legal advice.
get_company_overview Who we are, where we operate, partners, the AI Compass framework, contact.

Also exposed as MCP resources (thinkia://{type}/{slug}, plus thinkia://llms.txt) and two prompts: thinkia_solution_brief and eu_ai_act_readiness_check.

Try asking

Questions it answers well.

  • “Which Thinkia solutions fit an insurer that wants to cut claims handling time?”
  • “Explain agentic RAG in Thinkia's terms and point me to the articles.”
  • “Is my HR screening tool high-risk under the EU AI Act? Walk me through the checklist.”
  • “Compare Synapse with using ChatGPT Enterprise directly for a bank.”
  • “Draft a one-page brief for a hospital call-centre modernisation, with sources.”
  • “What does The Mesh call the layer that handles data platforms?”
  • “¿Qué soluciones tenéis para una aseguradora que quiere agilizar los siniestros?”

How it works · fair use

Transparent by design.

Source of truth
The public website. The knowledge index is generated at build time from the same data as the pages, so the MCP never says something thinkia.com doesn't.
Read-only
No tool writes anything, and no tool takes actions on your behalf. Queries are not stored; only errors are logged.
No authentication
Public content, public server. Rate-limited to 120 requests per minute per IP. Heavy or commercial re-use: talk to us.
Citations
Every result carries its canonical URL. If a model quotes Thinkia through this server, it can link to the page.
Not legal advice
The EU AI Act guide is practical guidance with links to the official sources. Confirm dates and obligations in EUR-Lex and with your counsel.
Also machine-readable
llms.txt maps the site for crawlers and agents that don't speak MCP yet.

Want this inside your own company?

This server is a small public instance of what we build for clients with Synapse and Enterprise Knowledge AI: governed, citable, on your infrastructure.

Talk to Thinkia