MCPServers
O
36
0

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)

Last Updated: April 8, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类

标签