RedTrack 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., "@RedTrack MCP Serverget conversions for the past week"
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.
RedTrack MCP Server
A stateless Model Context Protocol (MCP) server that exposes RedTrack attribution data via two endpoints and can be deployed with one click on Railway.
Endpoints
Method | Path | Purpose |
GET | /manifest | Returns MCP manifest (tools description) |
POST | /run | Executes a tool (e.g., |
Example Run Payload
{
"tool": "get_conversions",
"input": {
"startDate": "2025-07-01",
"endDate": "2025-07-08"
}
}Related MCP server: MCP SSE Server POC
Quick Start (local test)
npm install
REDTRACK_KEY=YOUR_KEY node server.mjsVisit http://localhost:3000/manifest.
One-Click Deploy on Railway
Fork or push this repo to GitHub.
Click the Railway template link below or create a new project → “Deploy from GitHub”.
Add env vars:
REDTRACK_KEY– your RedTrack API key.
Deployment finishes and exposes a public HTTPS URL.
IDE Configuration Snippet
Add this server in your IDE’s MCP settings:
{
"mcpServers": {
"redtrack": {
"url": "https://<your-subdomain>.up.railway.app/mcp",
"type": "http"
}
}
}The IDE will request /mcp for the handshake, then /mcp/run for tool execution.
Key Files for Senior Developer Review
Share these 6 files (all under 10) so a senior dev can understand and extend the service:
File | Purpose |
| Express bootstrap, routing, aliases, JSON-RPC handling |
| Thin RedTrack API client and tool dispatcher |
| In-memory MCP manifest with tool definitions |
| Dependencies ( |
| Project overview, deployment & IDE instructions (this file) |
| Ignore |
No other local assets are required; everything else is generated at runtime.
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
- 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/oldsnakenewtrik/redtrack_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server