INDIVIDUAL MCP TOOL
get_usage
Today's external vendor usage against the tenant's daily quota (vendor_calls_today / per_day_max / remaining).
LIVE ENDPOINT
https://api.noseforleads.com/mcp
Connect to this endpoint to inspect the live schema for get_usage 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.nose-for-leads]
url = "https://api.noseforleads.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nose-for-leads": {
"type": "http",
"url": "https://api.noseforleads.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nose-for-leads
Remote MCP URL: https://api.noseforleads.com/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": {
"nose-for-leads": {
"url": "https://api.noseforleads.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nose-for-leads": {
"type": "http",
"url": "https://api.noseforleads.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nose-for-leads",
"transport": "streamable-http",
"url": "https://api.noseforleads.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
translate_icp— Translate free-text ICP description (e.start_campaign— Submit a lead-generation campaign.get_campaign_status— Check the status of a previously submitted campaign (queued/running/done/ done_partial/failed) by job_id.fetch_results— Fetch a page of leads produced by a campaign (paginate with offset/limit).get_icp_pack— List the ICP packs (saved vertical/geo templates) available to this tenant.add_suppression— Add an email or domain to the suppression list (scope is 'email' or 'domain') so future campaigns exclude it.review_lead— Mark a lead kept or discarded after review (status: kept | discarded | unreviewed).get_credits— Check this tenant's prepaid credit balance (a validated lead costs 1 credit — 2 for person-target or Meta-ads campaigns), the available credit packs, and the ledger (paginate ledger entries with offset/limit, newest first).