Implements all 12 MCP tools from CONCEPT document: - search_transceivers: Full-text + spec filter search with pricing - check_compatibility: Switch ↔ transceiver compatibility lookup - get_pricing: Current prices + 30-day history across all vendors - compare_prices: Multi-vendor price comparison with savings analysis - get_competitor_stock: Live competitor stock monitoring (sales opportunities) - suggest_alternatives: Similar spec alternatives optimized for price/availability - get_templates: FlexBox coding and switch config template finder - search_knowledge_base: Troubleshooting FAQ search (PostgreSQL full-text) - search_manuals: Switch manual and datasheet search - get_hype_cycle: Norton-Bass adoption forecast + Gartner phase classification - get_market_news: Aggregated news with relevance scoring - generate_blog_draft: Data-driven blog drafts saved to blog_drafts table Transport: stdio (MCP protocol 2024-11-05) Config: .mcp.json for Claude Code integration Verified: all 12 tools registered, search_transceivers returns DB results
11 lines
366 B
JSON
11 lines
366 B
JSON
{
|
|
"mcpServers": {
|
|
"tip": {
|
|
"command": "npx",
|
|
"args": ["tsx", "packages/mcp-server/src/index.ts"],
|
|
"cwd": "/Users/renefichtmueller/Desktop/Claude Code/github-repos/transceiver-db",
|
|
"description": "Transceiver Intelligence Platform — 12 tools for transceiver search, pricing, compatibility, hype cycle, and blog generation"
|
|
}
|
|
}
|
|
}
|