OpenRouter
Summary
This OpenRouter MCP server, developed by bossying, provides a unified interface for accessing various AI models through OpenRouter.ai. Built with TypeScript and leveraging the OpenAI SDK, it offers tools for model management, chat completion, and detailed model information retrieval. The server implements intelligent rate limiting, caching, and error handling to optimize API usage. Key features include model search, capability validation, and default model configuration. By abstracting the complexities of API communication and model selection, it enables AI systems to easily leverage a wide range of language models. This implementation is particularly valuable for applications requiring flexible access to multiple AI models, facilitating use cases such as chatbots, content generation, and AI-assisted analysis across various domains and capabilities.
Available Actions(4)
chat_completion
Send messages to OpenRouter.ai models. Parameters: model (optional string), messages (array of objects with role and content), temperature (optional number between 0 and 2)
search_models
Search and filter available models. Parameters: query (optional string), provider (optional string), minContextLength (optional number), capabilities (optional object with functions and vision booleans)
get_model_info
Get detailed information about a specific model. Parameters: model (string - Model identifier)
validate_model
Check if a model ID is valid. Parameters: model (string - Model ID to validate)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요