Server Config
{
"server": {
"name": "lexicon-mcp",
"version": "1.0.0",
"displayName": "Lexicon Comparison Intelligence Engine",
"description": "Search and compare entities, apply analytical frameworks, or run topic-specific intelligence analysis. Powered by 14 live evidence sources and AI synthesis."
},
"tools": [
{
"name": "lexicon_vs_search",
"description": "Head-to-head comparison of two entities (companies, products, policies, people, etc.) across a chosen dimension. Returns a structured comparative analysis with evidence from 14 live sources."
},
{
"name": "lexicon_methodology_search",
"description": "Analyse any topic through a structured analytical framework (SWOT, PESTLE, Porter's Five Forces, BCG Matrix, McKinsey 7S, Jobs-to-be-Done, or Blue Ocean Strategy). Returns framework-structured evidence and analysis."
},
{
"name": "lexicon_topic_search",
"description": "Topic-specific intelligence search across five lenses: comparing decisions, planning, strategy, competitor insights, or buyer insights. Data sourced by category (government, economic, business, education, blockchain, or scholar)."
}
],
"auth": {
"required": true,
"types": [
"KYA-PAY",
"PAY"
],
"headers": [
"X-Skyfire-Token",
"X-Skyfire-Pay-Token"
],
"provider": "https://skyfire.xyz"
},
"pricing": {
"perCall": "400",
"unit": "tokens",
"usdEquivalent": "$400",
"minimumWalletBalance": "400"
}
}