{"server":{"name":"practical-earner-mcp","version":"0.1.0","title":"Practical Earner MCP"},"tools":[{"name":"list_surveys","title":"List ranked paid survey offers","description":"Return Practical Earner's current ranked list of paid survey offers, including rank, name, rating, monthly earning range, tags, description, and affiliate join URL.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_survey","title":"Get details of a ranked survey offer","description":"Return full details for a single survey offer by rank (1-5) or by case-insensitive name match.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"rank":{"description":"The rank of the survey offer (1-5).","type":"integer","minimum":1,"maximum":9007199254740991},"name":{"description":"Case-insensitive substring match on the offer name.","type":"string"}}},"outputSchema":null}]}