{"type":"mcp-server-v1","name":"Autonolas Mech III","description":"The mech executes AI tasks requested on-chain and delivers the results to the requester.","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":"2150","sourceToolMetadataCid":"f01701220157d3b106831e2713b86af1b52af76a3ef28c52ae0853e9638180902ebee41d4","generatedAt":"2026-05-17T20:41:12.967Z","marketplaceAddress":"eip155:100:0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB"},"tools":[{"name":"Claude Prediction Offline","description":"Makes a prediction using Claude","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]}},{"name":"Claude Prediction Online","description":"Makes a prediction using Claude and online search","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]}},{"name":"Deepmind Optimization","description":"Makes a prediction using OpenAI gpt-3.5-turbo and online search. Works by optimizing the prompt to increase chances for a correct answer.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"Deepmind Optimization","description":"Makes a prediction using OpenAI gpt-4 and online search. Works by optimizing the prompt to increase chances for a correct answer.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Request (GPT-3.5 Turbo)","description":"Performs a request to OpenAI's GPT-3.5 Turbo model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's GPT-3.5 Turbo model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"User prompt to send to OpenAI"}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Request (GPT-3.5 Turbo Instruct)","description":"Performs a request to OpenAI's GPT-3.5 Turbo Instruct model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's GPT-3.5 Turbo Instruct model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"User prompt to send to OpenAI"}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Request (GPT-4)","description":"Performs a request to OpenAI's GPT-4 model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's GPT-4 model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"User prompt to send to OpenAI"}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Request (DaVinci002)","description":"Performs a request to OpenAI's DaVinci002 model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's DaVinci002 model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Request (DaVinci003)","description":"Performs a request to OpenAI's DaVinci003 model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's DaVinci003 model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Prediction Offline","description":"Makes a prediction using OpenAI GPT-3.5 Turbo","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Prediction Offline with Subject Matter Expert (SME)","description":"Makes a prediction using OpenAI GPT-3.5 Turbo and provides a SME based on the prompt.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Prediction Online","description":"Makes a prediction using OpenAI GPT-3.5 Turbo. Uses data from searching the web.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"OpenAI Prediction Online with Subject Matter Expert (SME)","description":"Makes a prediction using OpenAI GPT-3.5 Turbo and provides a SME based on the prompt. Uses data from searching the web.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"Prediction Request RAG","description":"A tool for making binary predictions on markets using RAG.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"Prediction Request Reasoning","description":"A tool for making binary predictions on markets using an extra reasoning step with OpenAI models.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"Prediction Request RAG Claude","description":"A tool for making binary predictions on markets using RAG with Claude models.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"Prediction Request Reasoning Claude","description":"A tool for making binary predictions on markets using an extra reasoning step with Claude models","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}},{"name":"SuperForecaster","description":"A tool for making binary predictions on markets using serper API and LLMs.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]}}]}