condor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@condor-mcpshow me products in the electronics category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
condor-mcp
A minimal stdio MCP server exposing a single tool (catalog.search) that
queries a product catalog stored in an in-memory SQLite database
(node:sqlite, no external dependencies).
Tool
catalog.search— returns the public columns (name, category, price) for products in a givencategory.
Related MCP server: sqlite-explorer-mcp
Transport
stdio (newline-delimited JSON-RPC 2.0 on stdin/stdout). Methods:
initialize, tools/list, tools/call.
Layout
src/
server.js stdio JSON-RPC loop
db.js in-memory SQLite setup + query helper
tools.js tool definitions + handlerRunning
node src/server.js
# then write JSON-RPC requests, one per line, to stdinAvailable Tools
1 toolcatalog.searchProduct SearchC
Search the public product catalog by category.
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries full burden. It mentions 'search' suggesting a read operation, but fails to disclose whether results are paginated, filtered exactly, or return list vs. single item. No side effects or authentication needs noted.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no waste. It is front-loaded with the verb and resource. However, it is slightly too terse, missing opportunities to provide brief context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity (one required parameter, no output schema), the description is incomplete. It omits whether it returns products or just count, whether category is case-sensitive, and any prerequisites like user roles. More detail would aid an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It adds 'by category', which mirrors the parameter name 'category' without adding format, example, or constraints beyond min/max length. Minimal value added.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it searches the public product catalog by category. It specifies the verb 'search', the resource 'public product catalog', and the filter criterion 'by category'. However, it is very brief and doesn't elaborate on scope or behavior.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs alternatives; no exclusions or context provided. The description merely implies usage when searching by category, but lacks any comparative or conditional information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
With only one tool, there is no possibility of confusion or overlap with other tools.
The single tool name 'catalog.search' follows a consistent noun.verb pattern, which is clear and predictable.
Having only one tool for a product catalog server is insufficient; a typical catalog server would need multiple tools for browsing, filtering, and retrieving details.
The tool set is severely incomplete for a product catalog: it only offers search by category, missing essential operations like listing categories, getting product details, or managing the catalog.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Catalogue public anonyme en lecture seule. Anonymous, read-only public catalog.
Search and browse the BAM Kaarsen candle catalog and white-label offering. Read-only, no auth.
Manage a Foundry IMS catalog: products, variants, inventory, brands, categories and BOMs.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage an in-memory product catalog with tools to add products, search by name or category, and retrieve product details by ID.
- AlicenseAqualityCmaintenanceRead-only SQLite database explorer for MCP clients. Allows discovery of tables and columns via resources and running SELECT queries via a tool.2MIT
- FlicenseNot gradedqualityCmaintenanceProvides read-only tools for querying a synthetic e-commerce dataset, including product categories, products, sales data, customer history, and order details.
- AlicenseNot gradedqualityBmaintenanceEnables read-only access to SQLite databases via MCP, with tools for browsing tables, schemas, and executing SELECT queries securely.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/locus-x64/condor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server