Contraption Company MCP
OfficialRelated Servers
Alternatives to Contraption Company MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables semantic search and retrieval of AI alignment articles from Alignment Forum and LessWrong, allowing users to explore research and discover unknown unknowns through natural language queries.MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with blog RSS/Atom feeds to list posts, fetch content, get recent posts, retrieve blog metadata, and perform full-text search across post content. Supports any blog with an RSS/Atom feed through natural language queries.-
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to access and search the full content of varunchoraria.com in real time, including newly published essays, through tools like search, list posts, and get post.-
- AlicenseNot gradedqualityNot gradedmaintenanceCrawls documentation websites and provides semantic search capabilities over the content through vector embeddings, enabling natural language queries of technical documentation.2MIT
- AlicenseNot gradedqualityDmaintenanceIndexes and searches Jekyll blog content, enabling AI assistants to search posts by keyword/category/tags, retrieve full post content, compare drafts against published posts, and analyze blog categories and tags.1MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to search blog posts and pages from Ghost, and learn pages, case studies, and events from Contentful. Provides five search tools with contextual snippets via MCP stdio transport.5-
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: fetch retrieves a specific post by identifier, list_posts provides paginated listings with sorting, and search performs semantic queries. There is no overlap in functionality, and an agent can easily differentiate between them based on their descriptions.
The naming is mostly consistent with a verb-based pattern (fetch, list_posts, search), but list_posts uses snake_case while the others are single words, creating a minor deviation. However, all names are clear and readable, with no chaotic mixing of conventions.
With 3 tools, this server is well-scoped for a blog-focused domain. Each tool serves a distinct and essential function (retrieval, listing, and searching), making the count appropriate and efficient for the intended purpose without being overly sparse or bloated.
The tools cover read operations (fetch, list, search) effectively, but there are notable gaps for a full blog management system, such as create, update, or delete operations. While the read surface is complete, the lack of write capabilities limits the server's coverage for broader agent workflows.