{"schema_version":"1.0","name":"Pedal Ledger","description":"Real-time technical specs and price tracking for guitar effects pedals","url":"https://pedalledger.uk","tools":[{"name":"get_pedal_info","description":"Get complete specs, pricing, and retailer links for a specific pedal","endpoint":"https://pedalledger.uk/mcp/tools/get_pedal_info","method":"GET","parameters":{"brand":{"type":"string","required":true,"description":"Brand name (e.g., 'Boss')"},"model":{"type":"string","required":true,"description":"Model name (e.g., 'DS-1')"}},"response_format":"markdown"},{"name":"search_pedals","description":"Search pedals by brand, model, or sonic description","endpoint":"https://pedalledger.uk/mcp/tools/search_pedals","method":"GET","parameters":{"query":{"type":"string","required":true,"description":"Search term for brand, model, or description"},"category":{"type":"string","required":false,"description":"Filter by pedal type (e.g., 'overdrive', 'delay')"},"limit":{"type":"integer","required":false,"default":10,"description":"Maximum results to return"}}},{"name":"get_price_opportunities","description":"Get current price drops and deals across all pedals","endpoint":"https://pedalledger.uk/mcp/tools/opportunities","method":"GET","parameters":{"currency":{"type":"string","enum":["EUR","GBP","USD"],"default":"EUR","description":"Currency for pricing"},"min_discount":{"type":"number","default":5,"description":"Minimum discount percentage"},"limit":{"type":"integer","default":20,"description":"Maximum results"}}},{"name":"compare_prices","description":"Compare prices across all retailers for a specific pedal","endpoint":"https://pedalledger.uk/mcp/tools/compare_prices","method":"GET","parameters":{"brand":{"type":"string","required":true,"description":"Brand name (e.g., 'Boss')"},"model":{"type":"string","required":true,"description":"Model name (e.g., 'DS-1')"}}},{"name":"find_similar","description":"Find similar pedals based on category, style, and price","endpoint":"https://pedalledger.uk/mcp/tools/find_similar","method":"GET","parameters":{"brand":{"type":"string","required":true,"description":"Brand name"},"model":{"type":"string","required":true,"description":"Model name"},"limit":{"type":"integer","default":6,"description":"Maximum results"}}}],"resources":[{"name":"llms_full_catalog","description":"Complete knowledge base of top 30 pedals with full specs and pricing","uri":"https://pedalledger.uk/llms-full.txt","format":"text/markdown","size_estimate":"300KB"},{"name":"pedal_index","description":"Complete catalog index with links to all pedals","uri":"https://pedalledger.uk/llms.txt","format":"text/plain"}],"contact":{"email":"info@pedalledger.uk","partnerships":"For MCP integration and data partnerships"},"rate_limits":{"requests_per_hour":50,"note":"Please implement client-side caching"}}