LIVE ENDPOINT
https://mcp.lid.pro/mcp
Connect to this endpoint to inspect the live schema for create_tracked_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only ยท medium confidence ยท heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.lidpro-mcp]
url = "https://mcp.lid.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lidpro-mcp": {
"type": "http",
"url": "https://mcp.lid.pro/mcp"
}
}
}
Claude Desktop
Settings โ Connectors โ Add custom connector
Name: lidpro-mcp
Remote MCP URL: https://mcp.lid.pro/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": {
"lidpro-mcp": {
"url": "https://mcp.lid.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lidpro-mcp": {
"type": "http",
"url": "https://mcp.lid.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lidpro-mcp",
"transport": "streamable-http",
"url": "https://mcp.lid.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_collectionsโ ๐ง COMING SOON (not available yet).list_marketplace_collectionsโ ๐ง COMING SOON (not available yet).list_top_collectionsโ ๐ง COMING SOON (not available yet).get_collectionโ ๐ง COMING SOON (not available yet).get_collection_marketplaceโ ๐ง COMING SOON (not available yet).get_collections_by_creatorโ ๐ง COMING SOON (not available yet).get_nfts_by_walletโ ๐ง COMING SOON (not available yet).get_nfts_grouped_by_collectionโ ๐ง COMING SOON (not available yet).