mcp-server-cat-api
The mcp-server-cat-api is an API server built in Rust, designed for microservices architecture. It provides endpoints for efficient data retrieval and manipulation, facilitating easy integration with other services. The API design emphasizes security and performance, making it suitable for production environments.
GitHub Stars
1
User Rating
Not Rated
Favorites
0
Views
30
Forks
0
Issues
0
Experimental MCP server for cat API - currently only implements the search breeds route
Start server with cargo run --release
MCP server can be inspected with the nodeJS MCP inspector:
npx @modelcontextprotocol/inspector
The Elasticsearch MCP Server connects to Elasticsearch data using the Model Context Protocol, enabling interaction through natural language conversations. This experimental server simplifies access to Elasticsearch indices and supports various operations, including listing indices, retrieving mappings, and executing search queries.