{"type":"mcp-server-v1","name":"PT-95 Predict Mech","description":"Olas Predict mech on Gnosis marketplace v2. Binary forecasts with live web search. Returns {p_yes, p_no, confidence, info_utility}.","version":"1.0.0","endpoint":"http://157.245.87.235:8000","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":"3809","sourceToolMetadataCid":"f017012204f1ccc973f0341ac37419557f3239a3790a79ac07f2ffe30ff532be277a7bc87","generatedAt":"2026-09-22T01:38:28.725Z","marketplaceAddress":"eip155:100:0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB","mechAddress":"eip155:100:0x56a28949aa6336c0ca4a7166cb3e49fc22f25ca8"},"tools":[{"name":"prediction-online","description":"Binary market prediction using live web search + LLM. JSON p_yes/p_no/confidence/info_utility.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"prediction-offline","description":"Binary market prediction from model knowledge only.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"prediction-online-sme","description":"Subject-matter-expert prediction with live web search.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"prediction-offline-sme","description":"Subject-matter-expert prediction, offline.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"claude-prediction-online","description":"Alias for prediction-online.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"claude-prediction-offline","description":"Alias for prediction-offline.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"superforcaster","description":"Calibrated superforecaster with web retrieval.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"prediction-request-reasoning","description":"Multi-step reasoning prediction with web search.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"prediction-request-rag","description":"RAG-style prediction with retrieved snippets.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"openai-gpt-4o","description":"General LLM completion.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"openai-gpt-4","description":"General LLM completion.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"openai-gpt-3.5-turbo","description":"General LLM completion.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}},{"name":"default","description":"Default LLM.","inputSchema":{"type":"string","description":"Prediction question or prompt"},"outputSchema":{"type":"object","description":"JSON string with p_yes, p_no, confidence, info_utility","properties":{"requestId":{"type":"string"},"result":{"type":"string","example":"{\"p_yes\": 0.6, \"p_no\": 0.4, \"confidence\": 0.8, \"info_utility\": 0.6}"},"prompt":{"type":"string"}},"required":["requestId","result","prompt"]}}]}