Developer Tools
shardlink.dev
This MCP server provides access to contract and workspace management APIs, enabling developers to retrieve dual-plane contract details, errors, capabilities, and workspace listings.
ENDPOINT 1
https://shardlink.dev/v1/mcp/streamable
MCP server metadata
- Name
- shardlink-mcp
- Version
- 2026-03-04.v1
Known tools 43
workspaces.billing.instruments.attachPOST /v1/workspaces/:slug/billing/accounts/:accountId/instruments
Potential side effectsworkspaces.billing.instruments.listGET /v1/workspaces/:slug/billing/accounts/:accountId/instruments
Inferred read-onlyworkspaces.billing.instruments.verifyPOST /v1/workspaces/:slug/billing/accounts/:accountId/instruments/:instrumentId/verify
Potential side effectsworkspaces.billing.delegated_spend_grants.createPOST /v1/workspaces/:slug/billing/accounts/:accountId/delegated-spend-grants
Potential side effectsworkspaces.billing.delegated_spend_grants.listGET /v1/workspaces/:slug/billing/accounts/:accountId/delegated-spend-grants
Inferred read-onlyworkspaces.billing.delegated_spend_grants.revokePOST /v1/workspaces/:slug/billing/accounts/:accountId/delegated-spend-grants/:grantId/revoke
Potential side effectsworkspaces.billing.envelopes.createPOST /v1/workspaces/:slug/billing/accounts/:accountId/envelopes
Potential side effectsworkspaces.billing.envelopes.listGET /v1/workspaces/:slug/billing/accounts/:accountId/envelopes
Inferred read-onlyworkspaces.billing.envelopes.revokePOST /v1/workspaces/:slug/billing/accounts/:accountId/envelopes/:envelopeId/revoke
Potential side effectsworkspaces.billing.envelopes.statusPOST /v1/workspaces/:slug/billing/accounts/:accountId/envelopes/:envelopeId/status
Potential side effectsworkspaces.billing.usage_summaryGET /v1/workspaces/:slug/billing/accounts/:accountId/usage-summary
Inferred read-onlyworkspaces.billing.settlementsGET /v1/workspaces/:slug/billing/accounts/:accountId/settlements
Inferred read-onlyworkspaces.providers.quotes.executePOST /v1/workspaces/:slug/providers/quotes/:quoteId/execute
Potential side effectsworkspaces.launch.capability_statusPOST /v1/workspaces/:slug/launch/capabilities/:capability/status
Potential side effectsworkspaces.objective.statusGET /v1/workspaces/:slug/objectives/:objectiveId/status
Inferred read-onlyCONNECT 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.shardlink-mcp]
url = "https://shardlink.dev/v1/mcp/streamable"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shardlink-mcp": {
"type": "http",
"url": "https://shardlink.dev/v1/mcp/streamable"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shardlink-mcp
Remote MCP URL: https://shardlink.dev/v1/mcp/streamable
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": {
"shardlink-mcp": {
"url": "https://shardlink.dev/v1/mcp/streamable"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shardlink-mcp": {
"type": "http",
"url": "https://shardlink.dev/v1/mcp/streamable"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shardlink-mcp",
"transport": "streamable-http",
"url": "https://shardlink.dev/v1/mcp/streamable"
}
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 shardlink.dev was fetched 2026-08-06T03:53:13.878Z.
shardlink.dev is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.