INDIVIDUAL MCP TOOL
endorso_balance
Get your own authenticated earnings/cashback balance by currency: pending, approved, paid, plus recent commissions.
LIVE ENDPOINT
https://api.endorso.com/api/v1/mcp
Connect to this endpoint to inspect the live schema for endorso_balance 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.endorso]
url = "https://api.endorso.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"endorso": {
"type": "http",
"url": "https://api.endorso.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: endorso
Remote MCP URL: https://api.endorso.com/api/v1/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": {
"endorso": {
"url": "https://api.endorso.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"endorso": {
"type": "http",
"url": "https://api.endorso.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "endorso",
"transport": "streamable-http",
"url": "https://api.endorso.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
endorso_monetize— Turn any product URL or free-text product query into a tracked, monetized affiliate link tied to your earner id.endorso_search— Search real, currently-buyable products across the web and affiliate catalogs.endorso_cart— Turn a shopping LIST (up to 8 free-text items or product URLs) into per-store buying links: Shopify and Amazon stores get a PRE-FILLED cart link the buyer lands on with everything added; other stores get deep product links.