← trakkr.ai
INDIVIDUAL MCP TOOL
search
Search Trakkr's public marketing, docs, research and dataset corpus.
LIVE ENDPOINT
https://api.trakkr.ai/public/mcp
Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.trakkr-public-knowledge]
url = "https://api.trakkr.ai/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trakkr-public-knowledge": {
"type": "http",
"url": "https://api.trakkr.ai/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trakkr-public-knowledge
Remote MCP URL: https://api.trakkr.ai/public/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"trakkr-public-knowledge": {
"url": "https://api.trakkr.ai/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trakkr-public-knowledge": {
"type": "http",
"url": "https://api.trakkr.ai/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trakkr-public-knowledge",
"transport": "streamable-http",
"url": "https://api.trakkr.ai/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fetch— Fetch full citeable public Trakkr content by id returned from search.get_public_dataset— Return metadata and download URLs for a whitelisted public Trakkr dataset.get_authenticated_mcp_setup— Explain when and how to connect the paid authenticated Trakkr MCP.