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.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that enables AI assistants like Claude to interact with Odoo ERP systems through natural language, allowing users to search, create, update, and manage business data in their Odoo instance.Last updated350Mozilla Public 2.0

FHIRfly MCP Serverofficial
Alicense-qualityBmaintenanceMCP server for connecting Claude Desktop to FHIRfly healthcare reference data APIs, enabling lookup of drugs, providers, clinical codes, and more.Last updated154MIT- Alicense-qualityAmaintenanceMCP server giving Claude (and any MCP-compatible client) live access to SAP systems via ADT for reading, searching, editing, and activating ABAP objects.Last updated13811MIT
- Flicense-qualityDmaintenanceMCP server that integrates with Microsoft Dynamics 365 Business Central, enabling querying of customers, items, and sales orders through natural language commands in Claude Desktop.Last updated10
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
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/Tracelink-Devops/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server