Tracelink MCP Server
OfficialClick 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., "@Tracelink MCP ServerRetrieve orders for customer 789"
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.
Tracelink MCP Server
MCP server that gives Claude and GitHub Copilot access to the Tracelink API.
Installation
npm installRelated MCP server: FHIRfly MCP Server
Configuration in Claude Desktop
Add the following to your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tracelink": {
"command": "node",
"args": ["/full/path/to/tracelink-mcp/index.js"],
"env": {
"TRACELINK_TOKEN": "your-api-token-here"
}
}
}
}Restart Claude Desktop — the server starts automatically.
Configuration in VS Code (GitHub Copilot)
Requires VS Code 1.99+ and GitHub Copilot with Agent mode enabled.
Create .vscode/mcp.json in your workspace:
{
"servers": {
"tracelink": {
"type": "stdio",
"command": "node",
"args": ["/full/path/to/tracelink-mcp/index.js"],
"env": {
"TRACELINK_TOKEN": "your-api-token-here"
}
}
}
}Tools are then available in Copilot Chat when Agent mode is active.
Available tools
Tool | Description |
| Company master data |
| Departments |
| Current authenticated user |
| All users |
| User groups |
| Orders with filter/sort/paging |
| Specific order |
| Create order |
| Update order |
| Delete order |
| Suborders |
| Specific suborder |
| Create suborder |
| Objects from a module (purchase, genobj, customer, ...) |
| Specific object |
| Create object |
| Update object |
| Time registrations / tasks on an order |
| Add time registration / task |
| Journal/chat messages on an object |
| Add message or event to journal |
| Relations between modules |
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/Tracelink-Devops/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server