API Tools
lid.pro
Provides API product management, usage tracking, and agent identity for developers.
ENDPOINT 1
https://mcp.lid.pro/mcp
MCP server metadata
- Name
- lidpro-mcp
- Version
- 0.1.0
Known tools 43
get_reviews_by_productReviews and average rating for a product/NFT collection by contract address.
Inferred read-onlyget_solana_affiliate_earningsAffiliateEarning records + aggregates (total commission, sales count, withdrawals) for a Solana pubkey.
Inferred read-onlymy_productsList the products owned by the API key's user (created via MCP or otherwise).
Inferred read-onlymy_affiliationsList ALL the products the API key's user is affiliated to (the ones they promote), with each affiliate code, /ref link, clicks, conversions and earnings.
Inferred read-onlyproduct_analyticsAnalytics for ONE of the user's products by productPda: totals (sales, gross volume, creator revenue, platform fees, affiliate sales, commission paid, distinct buyers/affiliates), per-affiliate breakdown, daily time series and recent purchases.
Inferred read-onlylist_webhooksYour webhook endpoints: where Lid notifies you when something happens (a sale, a claimed prize, an approved conversion).
Inferred read-onlywebhook_deliveriesRecent delivery attempts for one webhook, with status code and error — the first place to look when the tenant says 'Lid is not notifying me'.
Inferred read-onlyconfirm_purchaseConfirm a purchase you already broadcast: checks the signature landed on-chain and queues it so the receipt (and the buyer's downloadable files) show up in seconds instead of waiting for the next sweep.
Potential side effectsmy_salesWhat you SOLD (not what you bought), newest first, each with the deliverable files as presigned URLs (24h) so you can hand them to the buyer from your own app.
Inferred read-onlymy_purchasesWhat the custodial agent wallet has bought, newest first, WITH the deliverable files as presigned URLs (valid 24h).
Inferred read-onlylist_submissionsList the submissions of one of MY bounties (the API key user must be the creator — they see all of them).
Inferred read-onlylist_my_linksList the API key user's tracked links (as owner or sharer) with their short URLs.
Inferred read-onlyget_link_analyticsAnalytics for one of MY tracked links: clicks (total/unique/by day/top referrers), events by name, conversions by status and the click→event→conversion funnel.
Inferred read-onlyget_campaign_analyticsAnalytics for one of MY campaigns: aggregated funnel across all its links plus the sharers ranking (clicks, conversions, USDC earnings per sharer).
Inferred read-onlymy_pending_prizesPrizes ASSIGNED to the API key's user that are still pending claim, with the pool context needed to build claim_prize.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lid.pro was fetched 2026-08-15T09:51:31.445Z and is being refreshed.
lid.pro 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.