Ti Mindmap Hub MCP Server

Query threat intelligence reports, CVEs, IOCs, STIX bundles, and weekly briefings — all through natural language, powered by the [Model Context

Remote serverstreamable-http

What is the Ti Mindmap Hub MCP MCP server?

If you already use Ti Mindmap Hub MCP, the ti mindmap hub mcp mcp server is the piece that lets your assistant work with it directly. Query threat intelligence reports, CVEs, IOCs, STIX bundles, and weekly briefings — all through natural language, powered by the Model Context Protocol.

What the server does

This MCP Server brings all of this directly into your AI assistant.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Reports — The Reports tool exposed by this server
  • Platform — The Platform tool exposed by this server

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ti Mindmap Hub MCP's toolset — Reports, Platform — is a fair guide to whether it matches your workflow. It is maintained by ti-mindmap-hub-org; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Ti Mindmap Hub MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
ReportsThe Reports tool exposed by this server.
PlatformThe Platform tool exposed by this server.

How to install the Ti Mindmap Hub MCP MCP server

{
  "mcpServers": {
    "ti-mindmap": {
      "url": "https://ti-mindmap-mcp.happyfield-b3b5145b.westeurope.azurecontainerapps.io/mcp/sse",
      "transport": "sse",
      "headers": {
        "X-API-Key": "tim_your_api_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Ti Mindmap Hub MCP to Reports.
  • Use Ti Mindmap Hub MCP to Platform.

Frequently asked questions

It connects Ti Mindmap Hub MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Reports, Platform) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ti Mindmap Hub MCP directly.