Install
Select a method below to install the server.
https://mcp.private-markets.sandbox.eunice.ai/mcp
If you have a client that's not listed above, access the raw MCP configuration below.
{
"command": "npx",
"args": [
"-y",
"mcp-remote@0.1.25",
"https://mcp.private-markets.sandbox.eunice.ai/sse",
"--header",
"server-url:${SERVER_URL}",
"--header",
"bearer-auth:${BEARER_AUTH}"
],
"env": {
"SERVER_URL": "YOUR_VALUE_HERE",
"BEARER_AUTH": "YOUR_VALUE_HERE"
}
}