Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interfluxCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"openrouter-dispatch": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/launch-openrouter.sh",
"env": {
"OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}",
"OPENROUTER_RATE_LIMIT": "20",
"OPENROUTER_SPEND_CEILING_USD": "1.00"
}
}
}
}Replace placeholder values for: OPENROUTER_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/launch-openrouter.shEnvironment variables set when the server starts
OPENROUTER_API_KEY=${OPENROUTER_API_KEY}OPENROUTER_RATE_LIMIT=20OPENROUTER_SPEND_CEILING_USD=1.00Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.