This MCP server, developed by Jina AI, integrates with Jina's AI services to provide seamless access to advanced language models and multimodal AI capabilities. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers a standardized interface for interacting with Jina's AI ecosystem. The implementation focuses on efficient handling of AI requests and responses, making it ideal for developers building applications that require natural language processing, image analysis, or other AI-powered features. Its modular design allows for easy extension and customization, catering to a wide range of AI-driven use cases from chatbots to content generation systems.
Perform semantic/neural search on text documents. Parameters: query (string), collection (string), limit (optional integer, defaults to 10)
Search for similar images using an image URL. Parameters: imageUrl (string), collection (string), limit (optional integer, defaults to 10)
Perform text-to-image or image-to-text search. Parameters: query (string), mode (string: 'text2image' or 'image2text'), collection (string), limit (optional integer, defaults to 10)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!