@sales-retriever/mcp-bridge
v0.1.0
Published
Local stdio bridge for Sales Retriever MCP
Downloads
84
Readme
Sales Retriever MCP Bridge
Local stdio bridge for Sales Retriever MCP.
MCP Client Configuration
Name: Sales Retriever MCP
Command: npx
Args: -y @sales-retriever/mcp-bridgeThe bridge connects to https://sales-retriever.com/api/mcp by default. Users
do not need Sales Retriever source code, .env, Auth0 settings, or an MCP URL.
On first use, the bridge opens the Sales Retriever login page in the browser. After login, close the completion tab and return to the MCP client.
Authentication
The bridge uses OAuth Authorization Code + PKCE. It discovers the Auth0 issuer, client ID, and audience from the Sales Retriever MCP endpoint metadata.
Tokens are stored under ~/.sales-retriever with file mode 0600.
Developer Options
For local development only:
sales-retriever-mcp --mcp-url http://localhost:3000/api/mcpThe default callback URL is:
http://127.0.0.1:8787/callback