streamable-httpMITupdated 4mo ago
Live comparison intelligence for autonomous agents — evidence from 20 independent sources, PESTLE Triangulation, Head-to-Head VS, and Deep Research frameworks.
What can you do with lexicon?
Lexicon Comparison Intelligence MCP Server
Live comparison intelligence for autonomous agents — evidence from 20 independent sources, PESTLE Triangulation, Head-to-Head VS, and Deep Research frameworks.
Live hosted endpoint: https://dbssearch.today/mcp/v1
Tools
| Tool | Description |
|---|---|
lexicon_compare_vs |
Head-to-Head VS comparison between two vendors/products |
lexicon_compare_methodology |
PESTLE Triangulation deep research on a single vendor |
lexicon_compare_topic |
Topic-specific competitive intelligence |
lexicon_monitor_outage |
Live outage and reliability monitoring |
lexicon_monitor_refunds |
Refund rate and customer satisfaction signals |
lexicon_feed |
Competitive intelligence feed for a market/industry |
Quickstart (Claude Desktop / Cursor)
{
"mcpServers": {
"lexicon": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://dbssearch.today/mcp/v1"],
"env": {}
}
}
}
Or run locally with Docker:
docker run -e LEXICON_API_KEY=your_key ghcr.io/nadine302324-commits/lexicon-mcp-server
Self-hosted
git clone https://github.com/nadine302324-commits/lexicon-mcp-server
cd lexicon-mcp-server
npm install
LEXICON_API_KEY=your_key node index.js
Auth
Get a free API key at dbssearch.today. Set LEXICON_API_KEY env var, or pass apiKey in Smithery config.
The hosted endpoint at https://dbssearch.today/mcp/v1 is freely testable without a key (rate-limited).
Marketplace
Open agent marketplace with free test endpoint:
POST https://dbssearch.today/marketplace/v1/test
Agent card: https://dbssearch.today/.well-known/agent.json
License
MIT
Install
Add lexicon to your client. Pick the one you use.
claude mcp add --transport http lexicon https://dbssearch.today/mcp/v1codex mcp add lexicon --url https://dbssearch.today/mcp/v1{
"mcpServers": {
"lexicon": {
"url": "https://dbssearch.today/mcp/v1"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"lexicon": {
"type": "http",
"url": "https://dbssearch.today/mcp/v1"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"lexicon": {
"url": "https://dbssearch.today/mcp/v1"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lexicon": {
"serverUrl": "https://dbssearch.today/mcp/v1"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 119 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 5, 2026 |