Marketing
endorso.com
MCP server for affiliate marketing, enabling product search, monetized link generation, cart creation, and earnings tracking.
ENDPOINT 1
https://api.endorso.com/api/v1/mcp
MCP server metadata
- Name
- endorso
- Version
- 1.0.0
Endorso monetization tools: turn any product into a tracked, monetized affiliate link (endorso_monetize), search products (endorso_search), and check earnings (endorso_balance).
Known tools 4
endorso_monetizeTurn any product URL or free-text product query into a tracked, monetized affiliate link tied to your earner id.
Inferred read-onlyendorso_searchSearch real, currently-buyable products across the web and affiliate catalogs.
Inferred read-onlyendorso_cartTurn 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.
Inferred read-onlyendorso_balanceGet your own authenticated earnings/cashback balance by currency: pending, approved, paid, plus recent commissions.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for endorso.com was fetched 2026-08-03T16:23:28.649Z and is being refreshed.
endorso.com 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.