Vinkius
ThinkStack

ThinkStack MCP. Control chatbot knowledge and conversation flow.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

ThinkStack MCP on Cursor AI Code Editor MCP Client ThinkStack MCP on Claude Desktop App MCP Integration ThinkStack MCP on OpenAI Agents SDK MCP Compatible ThinkStack MCP on Visual Studio Code MCP Extension Client ThinkStack MCP on GitHub Copilot AI Agent MCP Integration ThinkStack MCP on Google Gemini AI MCP Integration ThinkStack MCP on Lovable AI Development MCP Client ThinkStack MCP on Mistral AI Agents MCP Compatible ThinkStack MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

ThinkStack MCP Server lets you programmatically manage AI chatbots and their knowledge bases through your agent. Use it to list, add, or remove documentation sources; check conversation history; and send queries to any bot in real time.

It gives your AI client full control over the source material and operational state of your bots.

What your AI agents can do

Add source

Crawls a provided URL or document path and adds it as new knowledge material for the bot.

Check thinkstack status

Runs a simple check to confirm that the ThinkStack API is online and ready for use.

Delete source

Permanently removes an existing knowledge source from the bot's documentation base.

+ 7 more capabilities included
Query Chatbots

Send a prompt to a specific chatbot and receive an AI-generated response based on its configured knowledge base.

Manage Knowledge Sources

Add new URLs or documents to the bot's knowledge base, or remove old sources entirely.

List and Configure Bots

Retrieve a list of all available chatbots and get detailed configuration information for any single bot.

Review Conversation History

Pull up details about past chat sessions, including full message threads and user context.

List Available Tools/Actions

See all the external API actions a chatbot has configured (e.g., booking calendars or checking inventory).

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

ThinkStack MCP Server: 10 Tools for Bot Management

These ten tools let you programmatically list, modify, and interact with every component of your chatbot infrastructure, from sources to conversation history.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using ThinkStack on Vinkius
add019dd173

add source

Crawls a provided URL or document path and adds it as new knowledge material for the bot.

check019dd173

check thinkstack status

Runs a simple check to confirm that the ThinkStack API is online and ready for use.

delete019dd173

delete source

Permanently removes an existing knowledge source from the bot's documentation base.

get019dd173

get bot

Retrieves detailed metadata about a specific, named chatbot instance.

get019dd173

get conversation

Pulls the full message history and user details for a single chat session.

list019dd173

list actions

Lists all external API actions that the chatbot can trigger (like sending an email or creating a record).

list019dd173

list bots

Returns a list of every single chatbot configured under your ThinkStack account.

list019dd173

list conversations

Lists metadata for all past chat sessions, helping you find the session ID needed for `get_conversation`.

list019dd173

list sources

Shows a list of every knowledge source (URLs/documents) currently attached to your bots.

send019dd173

send query

Sends a message directly to the chatbot and gets an immediate, context-aware response.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with ThinkStack, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,800+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
ThinkStack MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ThinkStack. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Checking if your bot's knowledge base is actually up-to-date shouldn't require a manual audit.

Today, if you suspect a chatbot answer is wrong, you have to manually check the admin dashboard. You click through tabs—Documentation Sources, Chat History, Bot Settings—just to confirm *why* it gave that response. It's a mess of clicks and cross-referencing.

With this MCP server, you run `list_sources` directly in your agent. In seconds, you see every single URL and document the bot relies on. This immediate visibility lets you prove whether the answer is flawed because the source material is stale or simply wrong.

Using send_query: Get a real-time response inside your workflow.

Before, if you needed an AI to perform a function—like retrieving details for customer X—you'd have to copy the data out of the chat UI, paste it into another system, and wait for two different systems to communicate. It was slow, fragile, and involved multiple human hands.

Now, your agent runs `send_query` directly. The bot handles the knowledge retrieval and response generation in a single, atomic step within your code. You get the answer instantly, without leaving the workflow.

What you can do with this MCP connector

ThinkStack MCP Server - Manage Bots & Knowledge

You're not just talking to a chatbot; you're running an operation. This server lets your agent treat AI chatbots like services you can fully manage from the backend. You gain direct, programmatic control over everything—from which knowledge sources are feeding their answers to reviewing every single conversation thread.

It gives your client total command of the bot's operational state and its core data. Here’s what you get access to:

Configuring and Checking Bots

To see what bots you've got running, just run list_bots; it spits out a list of every single chatbot configured under your account. Need the deep details on one specific bot? You use get_bot to pull detailed metadata about that named instance. Before you do any heavy lifting, you should check if the whole thing's up by calling check_thinkstack_status.

That simple call confirms the ThinkStack API is online and ready for work.

Controlling Knowledge Sources

ThinkStack lets you dictate exactly what material these bots use. You can see every single piece of documentation attached right now using list_sources, which shows a list of all the URLs or documents currently feeding your bots. If you find some old, dusty info that needs to go, you run delete_source and permanently yank it out of the bot's reference base.

Want to add new material? You use add_source; just give it a URL or a document path, and it crawls that stuff, adding it as fresh knowledge for your bots.

Querying and Interacting Live

When you want an immediate answer, you send a message directly using send_query. This sends the prompt to the chatbot and gets a context-aware response back right away. For knowing what tools are available, run list_actions; this shows every external API function—like booking calendars or checking inventory—that your chatbot can actually trigger when prompted.

Auditing Conversations

You gotta keep track of who's talking to whom and what they talked about. To see a list of past chats, you run list_conversations. This gives you the metadata for all those sessions, specifically providing the session ID you need for the next step. Once you have that ID, you use get_conversation to pull up the full message history and all the user details for that single chat session.

It’s your complete audit trail.

Summary of Control Flow

This server lets you list every bot (list_bots), get detailed info on one (get_bot), and then send it a prompt to get an answer (send_query). Meanwhile, if the knowledge is wrong, you can use list_sources and tell it to update itself with new content using add_source, or clean up old stuff with delete_source.

You've got full visibility over the system status via check_thinkstack_status, and you never lose a conversation because you can list all past chats (list_conversations) and retrieve the full thread details whenever you need it.

Built · Hosted · Managed by Vinkius ThinkStack MCP Server - Manage Bots & Knowledge Server ID 019dd173-e3ca-724b-b097-37c53a2c6a43
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About ThinkStack MCP

How do I list all my chatbots with ThinkStack MCP Server? +

Run the list_bots tool. This returns a manifest of every bot name and basic metadata under your account, letting you know exactly which bot to query next.

What is the best way to update the knowledge base using ThinkStack MCP Server? +

You should use add_source. Just provide the URL or document path, and the tool handles the crawling and indexing process. It’s much cleaner than manual uploads.

Can I view old chat records using ThinkStack MCP Server? +

Yes, you can first use list_conversations to get a list of IDs. Then, pass one of those IDs into the get_conversation tool to pull up the full message history.

Do I need to check status before querying with ThinkStack MCP Server? +

It's best practice. Always run check_thinkstack_status first. This prevents your agent from failing mid-workflow due to a temporary API outage.

How do I authenticate my AI client with ThinkStack MCP Server? +

You must retrieve an API Key from your ThinkStack dashboard. This key provides the necessary credentials for your AI agent to connect and execute tools on your behalf.

What does the `list_actions` tool do in ThinkStack MCP Server? +

The list_actions tool shows all configured REST API actions available for your chatbots. You use this list to see which external functions, like sending emails or updating records, your AI agent can trigger.

How do I audit the knowledge sources using ThinkStack MCP Server? +

Use the list_sources tool to retrieve a comprehensive list of all indexed knowledge bases. This allows you to verify which URLs or documents are currently contributing data to your chatbots.

What affects the response time when I use `send_query` with ThinkStack MCP Server? +

The complexity and volume of retrieved context dictate the speed of the AI response. Keeping queries focused and ensuring sources are indexed helps maintain fast, reliable query performance.

How do I query my chatbot via AI agent? +

Use the send_query tool with the bot ID and your message. The chatbot responds based on its trained knowledge base.

Can I manage knowledge sources programmatically? +

Yes. Use add_source to add new URLs, list_sources to browse, and delete_source to remove outdated sources from any chatbot.

How do I review chat conversations? +

Use list_conversations to see all chats for a bot, then get_conversation to read the full message history of any specific session.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for ThinkStack. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.