Model Context Protocol · Streamable HTTP

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

  1. Open claude.ai → Settings → Connectors
  2. Click Add custom connector
  3. Paste the URL above
  4. Save and toggle on in any chat

Available Tools

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"}}}'