{"type":"mcp-server-v1","name":"Profit Pulse Mech","description":"AI-powered stock prediction mech. Analyzes market data, earnings, and sentiment to predict short-term price movements.","version":"1.0.0","capabilities":{"tools":{"listChanged":false}},"auth":{"methods":[{"type":"api_key","header":"X-API-Key"},{"type":"wallet_signature","scheme":"eip712","header":"X-Signature"}],"required":["api_key","wallet_signature"]},"metadata":{"network":"gnosis","serviceId":"2685","sourceToolMetadataCid":"f0170122003bdd26642cc7b515e2a9dc1dff792bc3b321ae45e7d64e7d23c0b0e5e1043cd","generatedAt":"2026-05-18T02:02:25.376Z","marketplaceAddress":"eip155:100:0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB"},"tools":[{"name":"profit_pulse","description":"Stock prediction tool powered by market data analysis, earnings data, and AI reasoning.","inputSchema":{"type":"string","description":"A question about stock price movement prediction"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction probabilities","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"JSON string with p_yes, p_no, confidence, info_utility","example":"{\"p_yes\": 0.55, \"p_no\": 0.45, \"confidence\": 0.7, \"info_utility\": 0.8}"},"prompt":{"type":"string","description":"The prompt used for the prediction"}},"required":["requestId","result","prompt"]}}]}