Seller Assistant MCP
An MCP server that connects AI assistants to the Seller Assistant API — allowing them to instantly discover endpoints, read schemas, and securely execute API calls right from the chat.
Endpoint
https://mcp.sellerassistant.app/mcp
Add to Claude
- Open claude.ai → Settings → Connectors
- Click Add custom connector
- Paste the URL above
- Save and toggle on in any chat
Available Tools
sa_search_endpoints— search by path, operationId, summary, or tagssa_get_endpoint— full operation details with resolved schemassa_list_schemas— list all schemas with optional filtersa_get_schema— full schema definition with resolved$refssa_call_endpoint— execute an API call against the Seller Assistant backend
Quick Test
curl -X POST https://mcp.sellerassistant.app/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize",
"params":{"protocolVersion":"2025-03-26",
"capabilities":{},
"clientInfo":{"name":"test","version":"1.0"}}}'