Q: Are there plans to allow other MCP connection types?
Love the concept. Tested it out today and everything worked well up until it was time to connect the MCP. My agentic agents require that I Authorize using an API key method. Are there plans to allow for this kind of authorization? If not, while I do love the concept, I cannot use this tool.
Yuze_PluralityNetwork
Edited Apr 23, 2026A: Hi, there is a new update: we have prioritize API Key support for MCP and are going to ship it in 1-2 days max. please see the comment below if you are using agent like OpenClaw in headless mode for the workaround.
Please feel free to give us a review once this works for you, it will help us a lot to grow. :)
Verified purchaser
Hi, we have prioritize API Key support for MCP and are going to ship it in 1-2 days max. I would post here once it is done. However if you are using an agent like openclaw in headless mode you can also do a workaround to use our tool Today. I am adding the steps in next message ⬇️
Verified purchaser
1. Run this "local MCP bridge" on any machine that has a browser
`npx mcp-remote https://app.plurality.network/mcp`
2. Use browser to allow access. After that it stores the tokens in `~/.mcp-auth/`
3. Copy that ~/.mcp-auth/ directory to your headless box and run the same command there:
`npx mcp-remote https://app.plurality.network/mcp`
4. Configure your agent to run with `mcp-remote` bridge