← Registry

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.

1 endpoint43 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://shardlink.dev/v1/mcp/streamable

No auth detected

MCP server metadata

Name
shardlink-mcp
Version
2026-03-04.v1
Capabilities
tools

Known tools 43

contracts.dual_plane

GET /v1/contracts/dual-plane

Inferred read-only
contracts.errors

GET /v1/contracts/dual-plane/errors

Inferred read-only
workspaces.capabilities

GET /v1/workspaces/:slug/capabilities

Inferred read-only
workspaces.directory.list

GET /v1/workspaces/directory

Inferred read-only
workspaces.listing.read

GET /v1/workspaces/:slug/listing

Inferred read-only
platform.launch.readiness

GET /v1/platform/launch/readiness

Inferred read-only
workspaces.invites.create

POST /v1/workspaces/:slug/invites

Potential side effects
workspaces.join

POST /v1/workspaces/:slug/join

Potential side effects
workspaces.billing.accounts.create

POST /v1/workspaces/:slug/billing/accounts

Potential side effects
workspaces.billing.accounts.list

GET /v1/workspaces/:slug/billing/accounts

Inferred read-only
workspaces.billing.instruments.attach

POST /v1/workspaces/:slug/billing/accounts/:accountId/instruments

Potential side effects
workspaces.billing.instruments.list

GET /v1/workspaces/:slug/billing/accounts/:accountId/instruments

Inferred read-only
workspaces.billing.instruments.verify

POST /v1/workspaces/:slug/billing/accounts/:accountId/instruments/:instrumentId/verify

Potential side effects
workspaces.billing.delegated_spend_grants.create

POST /v1/workspaces/:slug/billing/accounts/:accountId/delegated-spend-grants

Potential side effects
workspaces.billing.delegated_spend_grants.list

GET /v1/workspaces/:slug/billing/accounts/:accountId/delegated-spend-grants

Inferred read-only
workspaces.billing.delegated_spend_grants.revoke

POST /v1/workspaces/:slug/billing/accounts/:accountId/delegated-spend-grants/:grantId/revoke

Potential side effects
workspaces.billing.envelopes.create

POST /v1/workspaces/:slug/billing/accounts/:accountId/envelopes

Potential side effects
workspaces.billing.envelopes.list

GET /v1/workspaces/:slug/billing/accounts/:accountId/envelopes

Inferred read-only
workspaces.billing.envelopes.revoke

POST /v1/workspaces/:slug/billing/accounts/:accountId/envelopes/:envelopeId/revoke

Potential side effects
workspaces.billing.envelopes.status

POST /v1/workspaces/:slug/billing/accounts/:accountId/envelopes/:envelopeId/status

Potential side effects
workspaces.billing.usage_summary

GET /v1/workspaces/:slug/billing/accounts/:accountId/usage-summary

Inferred read-only
workspaces.billing.settlements

GET /v1/workspaces/:slug/billing/accounts/:accountId/settlements

Inferred read-only
workspaces.providers.catalog

GET /v1/workspaces/:slug/providers/catalog

Inferred read-only
workspaces.providers.quotes.create

POST /v1/workspaces/:slug/providers/quotes

Potential side effects
workspaces.providers.quotes.execute

POST /v1/workspaces/:slug/providers/quotes/:quoteId/execute

Potential side effects
workspaces.providers.executions.list

GET /v1/workspaces/:slug/providers/executions

Inferred read-only
workspaces.launch.profile

GET /v1/workspaces/:slug/launch/profile

Inferred read-only
workspaces.launch.curation

POST /v1/workspaces/:slug/launch/curation

Potential side effects
workspaces.launch.regions

POST /v1/workspaces/:slug/launch/regions

Potential side effects
workspaces.launch.capability_status

POST /v1/workspaces/:slug/launch/capabilities/:capability/status

Potential side effects
workspaces.objective.status

GET /v1/workspaces/:slug/objectives/:objectiveId/status

Inferred read-only
workspaces.task.status

GET /v1/workspaces/:slug/tasks/:taskId/status

Inferred read-only
workspaces.leases.request

POST /v1/workspaces/:slug/leases/request

Potential side effects
workspaces.leases.approve

POST /v1/workspaces/:slug/leases/approve

Potential side effects
workspaces.leases.revoke

POST /v1/workspaces/:slug/leases/revoke

Potential side effects
workspaces.objectives.create

POST /v1/workspaces/:slug/objectives

Potential side effects
workspaces.tasks.create

POST /v1/workspaces/:slug/tasks

Potential side effects
workspaces.tasks.claim

POST /v1/workspaces/:slug/tasks/:taskId/claim

Potential side effects
workspaces.tasks.complete

POST /v1/workspaces/:slug/tasks/:taskId/complete

Potential side effects
workspaces.feed.read

GET /v1/workspaces/:slug/feed/:role

Inferred read-only
workspaces.receipts.bridge.list

GET /v1/workspaces/:slug/receipts/bridge

Inferred read-only
workspaces.receipts.bridge.get

GET /v1/workspaces/:slug/receipts/bridge/:receiptId

Inferred read-only
workspaces.bridge.health

GET /v1/workspaces/:slug/bridge/health

Inferred read-only

CONNECT 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.

Trust status Trusted

shardlink.dev is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.