Tracora MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tracora MCP ServerShow me my active brands"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tracora MCP Server
Tracora'daki marka ve sorgu verilerinizi Claude Desktop, Claude Code veya Cursor gibi MCP (Model Context Protocol) destekli asistanlara bağlar. İki araç sunar:
list_brands — hesabınızdaki aktif markaları listeler
list_queries — çalıştırılmış AI görünürlük sorgularını ve sonuçlarını listeler (marka/rakip geçti mi, atıf alınan kaynaklar)
Bu araçlar, mevcut Tracora public API'sinin ince bir sarmalayıcısıdır — kendi API anahtarınızla kimlik doğrular, salt-okunurdur.
Kurulum
cd mcp-server
npm install
npm run buildBir API anahtarını Tracora → Ayarlar → API Anahtarları sayfasından oluşturun.
Related MCP server: Office AI Blueprint MCP Server
Yapılandırma (Claude Desktop / Claude Code)
claude_desktop_config.json (veya Claude Code'un MCP ayar dosyası) içine ekleyin:
{
"mcpServers": {
"tracora": {
"command": "node",
"args": ["/tam/yol/tracora-app/mcp-server/dist/index.js"],
"env": {
"TRACORA_API_KEY": "trk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Kurulumdan sonra asistanınıza "Tracora'da hangi markalarım var?" veya "ChatGPT'de son sorgularımda rakiplerim ne sıklıkla geçiyor?" gibi sorular sorabilirsiniz.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/canerdem1234/tracora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server