Developer Tools
linkit.works
Provides developer tools to interact with the Linkit platform's API for system health, branches, catalog, and content management.
ENDPOINT 1
https://linkit.works/api/v1/mcp
MCP server metadata
- Name
- linkit
- Version
- 4.9.3
Known tools 11
check_healthCheck system health — ping, health check, system info, and telemetry metrics.
Inferred read-onlymanage_branchesManage branches (stores/locations) — list, get, create, update, delete, and bulk upsert.
Potential side effectsmanage_catalogManage catalog metadata — categories (with tree/move), brands, tags, and generic records.
Inferred read-onlymanage_contentAccess content — blog posts, API documentation, swagger spec, and verification endpoints.
Inferred read-onlymanage_customersManage customers — CRUD, search, lookup, customer groups, and customer addresses.
Inferred read-onlymanage_integrationsManage integrations and apps — list apps, view configs, execute syncs, batch execute, and manage org apps.
Potential side effectsmanage_inventoryManage SKU-level inventory — list, get, create, update, delete, bulk upsert, and adjust stock levels.
Potential side effectsmanage_offersManage offers and promotions — list, get, create, update, delete, bulk upsert, and status operations.
Potential side effectsmanage_ordersManage orders — list, get, create, update, delete, bulk operations, status changes, analytics, and export.
Potential side effectsmanage_productsManage products in the Linkit catalog — list, get, create, update, delete, bulk upsert, and fix SKUs.
Potential side effectsCONNECT 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.linkit]
url = "https://linkit.works/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"linkit": {
"type": "http",
"url": "https://linkit.works/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: linkit
Remote MCP URL: https://linkit.works/api/v1/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": {
"linkit": {
"url": "https://linkit.works/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"linkit": {
"type": "http",
"url": "https://linkit.works/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "linkit",
"transport": "streamable-http",
"url": "https://linkit.works/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://linkit.works/mcp
MCP server metadata
- Name
- linkit
- Version
- 4.9.3
Known tools 11
check_healthCheck system health — ping, health check, system info, and telemetry metrics.
Inferred read-onlymanage_branchesManage branches (stores/locations) — list, get, create, update, delete, and bulk upsert.
Potential side effectsmanage_catalogManage catalog metadata — categories (with tree/move), brands, tags, and generic records.
Inferred read-onlymanage_contentAccess content — blog posts, API documentation, swagger spec, and verification endpoints.
Inferred read-onlymanage_customersManage customers — CRUD, search, lookup, customer groups, and customer addresses.
Inferred read-onlymanage_integrationsManage integrations and apps — list apps, view configs, execute syncs, batch execute, and manage org apps.
Potential side effectsmanage_inventoryManage SKU-level inventory — list, get, create, update, delete, bulk upsert, and adjust stock levels.
Potential side effectsmanage_offersManage offers and promotions — list, get, create, update, delete, bulk upsert, and status operations.
Potential side effectsmanage_ordersManage orders — list, get, create, update, delete, bulk operations, status changes, analytics, and export.
Potential side effectsmanage_productsManage products in the Linkit catalog — list, get, create, update, delete, bulk upsert, and fix SKUs.
Potential side effectsCONNECT 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.linkit]
url = "https://linkit.works/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"linkit": {
"type": "http",
"url": "https://linkit.works/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: linkit
Remote MCP URL: https://linkit.works/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": {
"linkit": {
"url": "https://linkit.works/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"linkit": {
"type": "http",
"url": "https://linkit.works/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "linkit",
"transport": "streamable-http",
"url": "https://linkit.works/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for linkit.works was fetched 2026-07-29T21:06:47.847Z and is being refreshed.
linkit.works is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.