RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.stabgan/openrouter-multimodal · v4.5.1
Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.
openrouter-multimodal 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"openrouter-multimodal": {
"command": "npx",
"args": [
"-y",
"@stabgan/openrouter-mcp-multimodal"
],
"env": {
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
}
}
}
}OPENROUTER_API_KEY必填secretOpenRouter API key. Get one free at https://openrouter.ai/keys
OPENROUTER_DEFAULT_MODEL可选Default model for chat + analyze tools. Defaults to nvidia/nemotron-nano-12b-v2-vl:free.
OPENROUTER_OUTPUT_DIR可选Sandbox root for save_path on generate_* tools. Defaults to the current working directory.
OPENROUTER_MAX_TOKENS可选Default max_tokens for chat_completion when unset in the request.
OPENROUTER_PROVIDER_SORT可选price / throughput / latency
OPENROUTER_PROVIDER_IGNORE可选CSV of provider slugs to exclude.
OPENROUTER_PROVIDER_ORDER可选JSON array or CSV of preferred provider IDs.
OPENROUTER_PROVIDER_QUANTIZATIONS可选CSV of quantization levels (fp16,int8).
OPENROUTER_PROVIDER_REQUIRE_PARAMETERS可选true/false. Require providers to support all request params.
OPENROUTER_PROVIDER_DATA_COLLECTION可选allow/deny
OPENROUTER_PROVIDER_ALLOW_FALLBACKS可选true/false
OPENROUTER_CACHE_RESPONSES可选Enable response caching server-wide. Sends X-OpenRouter-Cache: true on every chat/analyze call unless overridden per-request. Zero tokens billed on cache hits.
OPENROUTER_INCLUDE_REASONING可选Enable reasoning tokens passthrough server-wide. Adds _meta.reasoning to chat_completion responses for DeepSeek R1 / Gemini Thinking / Opus 4.7.
OPENROUTER_API_KEY必填secretOpenRouter API key. Get one free at https://openrouter.ai/keys
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.stabgan/openrouter-multimodal",
"type": "mcp-server",
"version": "4.5.1",
"displayName": "openrouter-multimodal",
"description": "Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.",
"repository": {
"url": "https://github.com/stabgan/openrouter-mcp-multimodal",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@stabgan/openrouter-mcp-multimodal",
"version": "4.5.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "OPENROUTER_API_KEY",
"description": "OpenRouter API key. Get one free at https://openrouter.ai/keys",
"isRequired": true,
"isSecret": true
},
{
"name": "OPENROUTER_DEFAULT_MODEL",
"description": "Default model for chat + analyze tools. Defaults to nvidia/nemotron-nano-12b-v2-vl:free."
},
{
"name": "OPENROUTER_OUTPUT_DIR",
"description": "Sandbox root for save_path on generate_* tools. Defaults to the current working directory."
},
{
"name": "OPENROUTER_MAX_TOKENS",
"description": "Default max_tokens for chat_completion when unset in the request."
},
{
"name": "OPENROUTER_PROVIDER_SORT",
"description": "price / throughput / latency"
},
{
"name": "OPENROUTER_PROVIDER_IGNORE",
"description": "CSV of provider slugs to exclude."
},
{
"name": "OPENROUTER_PROVIDER_ORDER",
"description": "JSON array or CSV of preferred provider IDs."
},
{
"name": "OPENROUTER_PROVIDER_QUANTIZATIONS",
"description": "CSV of quantization levels (fp16,int8)."
},
{
"name": "OPENROUTER_PROVIDER_REQUIRE_PARAMETERS",
"description": "true/false. Require providers to support all request params."
},
{
"name": "OPENROUTER_PROVIDER_DATA_COLLECTION",
"description": "allow/deny"
},
{
"name": "OPENROUTER_PROVIDER_ALLOW_FALLBACKS",
"description": "true/false"
},
{
"name": "OPENROUTER_CACHE_RESPONSES",
"description": "Enable response caching server-wide. Sends X-OpenRouter-Cache: true on every chat/analyze call unless overridden per-request. Zero tokens billed on cache hits."
},
{
"name": "OPENROUTER_INCLUDE_REASONING",
"description": "Enable reasoning tokens passthrough server-wide. Adds _meta.reasoning to chat_completion responses for DeepSeek R1 / Gemini Thinking / Opus 4.7."
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/stabgan/openrouter-mcp-multimodal:4.5.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "OPENROUTER_API_KEY",
"description": "OpenRouter API key. Get one free at https://openrouter.ai/keys",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.stabgan/openrouter-multimodal",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.stabgan%2Fopenrouter-multimodal/versions/latest",
"isOfficial": true,
"status": "active"
}
}