@exponentially/idea-validator-mcp
v0.1.1
Published
Stdio MCP wrapper for the hosted Rapidly Idea Validator MCP service.
Maintainers
Readme
Rapidly Idea Validator MCP
Stdio MCP wrapper for the hosted Rapidly Idea Validator MCP service.
This package lets agent clients such as Codex, Claude Code, and OpenClaw connect to:
https://mcp.rapidly.co/mcpInstall
Use it directly with npx:
RAPIDLY_MCP_TOKEN=your-token npx -y @exponentially/idea-validator-mcpThe wrapper does not contain the server, the OpenAI key, or any Rapidly provider credentials. It forwards MCP traffic to the hosted service with your Rapidly MCP bearer token.
Token
Request a beta token by emailing:
[email protected]Suggested subject:
Rapidly MCP token requestEnvironment
RAPIDLY_MCP_TOKEN=your-token
RAPIDLY_MCP_ENDPOINT=https://mcp.rapidly.co/mcpRAPIDLY_MCP_ENDPOINT is optional and defaults to the hosted Rapidly endpoint.
Usage
npx -y @exponentially/idea-validator-mcp --helpThe MCP tool exposed by the hosted service is validate_idea.
