Pulls live comparison intelligence from 20 independent sources and packages it into six focused tools for competitive research. You get head to head vendor comparisons via lexicon_compare_vs, PESTLE framework deep dives through lexicon_compare_methodology, and real time monitoring for outages and refund signals. The hosted endpoint at dbssearch.today/mcp/v1 is rate limited but works without auth for testing. Useful when you need structured competitive intel beyond what search engines surface, especially for purchase decisions or market positioning work. Supports both the remote endpoint via mcp-remote and local deployment with an API key from dbssearch.today.
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
| 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 |
{
"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
git clone https://github.com/nadine302324-commits/lexicon-mcp-server
cd lexicon-mcp-server
npm install
LEXICON_API_KEY=your_key node index.js
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).
Open agent marketplace with free test endpoint:
POST https://dbssearch.today/marketplace/v1/test
Agent card: https://dbssearch.today/.well-known/agent.json
MIT