← shardlink.dev
INDIVIDUAL MCP TOOL
workspaces.providers.quotes.create
POST /v1/workspaces/:slug/providers/quotes
LIVE ENDPOINT
https://shardlink.dev/v1/mcp/streamable
Connect to this endpoint to inspect the live schema for workspaces.providers.quotes.create and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
contracts.dual_plane— GET /v1/contracts/dual-planecontracts.errors— GET /v1/contracts/dual-plane/errorsworkspaces.capabilities— GET /v1/workspaces/:slug/capabilitiesworkspaces.directory.list— GET /v1/workspaces/directoryworkspaces.listing.read— GET /v1/workspaces/:slug/listingplatform.launch.readiness— GET /v1/platform/launch/readinessworkspaces.invites.create— POST /v1/workspaces/:slug/invitesworkspaces.join— POST /v1/workspaces/:slug/join