{"name":"tools.ouro/ouro-tools","slug":"ouro-tools","title":"Ouro Tools","description":"Tools for charts, PDFs, tables, webpages, temporary sharing, webhooks, forms, and feeds.","url":"https://mcp.market/server/ouro-tools","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":71,"checks":7,"ok":5,"last_checked_at":"2026-09-24T04:26:08.671Z","last_ok_at":"2026-09-24T04:26:08.671Z","latency_ms":1626},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/ZackRhodes/Ouro-Tools","website":"https://ouro.tools/agents/","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://ouro.tools/mcp","headers":[{"description":"Optional account key for prepaid credits. Free tools and daily trials do not require it.","isSecret":true,"name":"X-API-Key"}]}],"packages":[],"tools":[{"name":"chartlink_create_chart","description":"Create a bar, line, or stacked bar chart from numbers. Returns SVG and PNG files plus a hosted result for 24 hours.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","maxLength":120},"subtitle":{"type":"string","maxLength":160},"caption":{"type":"string","maxLength":400},"type":{"type":"string","enum":["bar","line","stacked-bar"]},"theme":{"type":"string","enum":["paper","midnight","sage"]},"width":{"type":"integer","minimum":480,"maximum":1600},"height":{"type":"integer","minimum":360,"maximum":1000},"labels":{"type":"array","minItems":1,"maxItems":60,"items":{"type":"string","minLength":1,"maxLength":80}},"datasets":{"type":"array","minItems":1,"maxItems":6,"items":{"type":"object","properties":{"name":{"type":"string","maxLength":60},"values":{"type":"array","minItems":1,"maxItems":60,"items":{"type":"number","minimum":-1000000000000,"maximum":1000000000000}}},"required":["values"]}}},"required":["labels","datasets"]}},{"name":"chartlink_get_chart","description":"Retrieve a chart and download URLs before its 24-hour expiry.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},{"name":"cleanread_read_page","description":"Extract readable text, Markdown, headings, HTTP links, and tables from one accessible public webpage. Does not execute JavaScript or bypass access restrictions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","maxLength":2048,"description":"Public HTTP or HTTPS URL to read."}},"required":["url"],"additionalProperties":false}},{"name":"collect_close_form","description":"Stop accepting responses. Answers remain privately accessible until expiry.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"token":{"type":"string"}},"required":["id","token"]}},{"name":"collect_create_form","description":"Create a form for 30 days and up to 100 responses. Costs $1 in credits after the trial. Returns a public form link and a private owner token.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":120},"description":{"type":"string","maxLength":1000},"questions":{"type":"array","minItems":1,"maxItems":12,"items":{"type":"object","additionalProperties":false,"properties":{"id":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,39}$"},"label":{"type":"string","minLength":1,"maxLength":240},"type":{"type":"string","enum":["text","multiple-choice","checkbox"]},"required":{"type":"boolean","default":false},"options":{"type":"array","minItems":2,"maxItems":12,"uniqueItems":true,"items":{"type":"string","minLength":1,"maxLength":120}}},"required":["label","type"]}}},"required":["title","questions"],"additionalProperties":false}},{"name":"collect_delete_form","description":"Delete a form and its responses using the owner token.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"token":{"type":"string"}},"required":["id","token"]}},{"name":"collect_read_form","description":"Read public form questions and availability. Does not expose answers or owner credentials.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},{"name":"collect_read_responses","description":"Privately retrieve a form and its answers with its owner token.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"token":{"type":"string"}},"required":["id","token"]}},{"name":"collect_submit_response","description":"Submit answers keyed by question ID to an open form. Text is limited to 2,000 characters per answer and 32 KB total.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"answers":{"type":"object","additionalProperties":{"oneOf":[{"type":"string","maxLength":2000},{"type":"array","maxItems":12,"uniqueItems":true,"items":{"type":"string"}}]}}},"required":["id","answers"]}},{"name":"droplink_delete_document","description":"Delete a published DropLink immediately using its private deletion token.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"token":{"type":"string"}},"required":["id","token"],"additionalProperties":false}},{"name":"droplink_publish_document","description":"Publish a Markdown report or CSV table as a readable, publicly shareable page for 24 hours. Returns a private deletion token only once. Scripts, images, and embeds are removed. Limits: 80,000 bytes, 500 CSV rows, 30 columns.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","maxLength":120},"format":{"type":"string","enum":["markdown","csv"]},"content":{"type":"string","maxLength":80000}},"required":["format","content"],"additionalProperties":false}},{"name":"droplink_read_document","description":"Read a published DropLink document and its expiry. Expired links return 404.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}},{"name":"feedform_normalize_feed","description":"Normalize one RSS 2.0 or Atom XML feed to stable JSON. Free; 1 MiB input, up to 100 returned items. Does not fetch URLs or retain feed content.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"xml":{"type":"string","minLength":1,"maxLength":1048576},"limit":{"type":"integer","minimum":1,"maximum":100,"default":50}},"required":["xml"],"additionalProperties":false}},{"name":"hookbox_create_inbox","description":"Create a 24-hour webhook inbox with independent incoming and private reading capabilities. Accepts 100 events up to 16 KB each.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","maxLength":80}}}},{"name":"hookbox_delete_inbox","description":"Delete a webhook inbox and all its stored events.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"token":{"type":"string"}},"required":["id","token"]}},{"name":"hookbox_read_inbox","description":"Read a webhook inbox using its private read token.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"token":{"type":"string"}},"required":["id","token"]}},{"name":"printkit_create_pdf","description":"Create a PDF using a report, proposal, or briefing layout. Provide Markdown or structured sections. Maximum 10 pages. Files expire after 24 hours. Limited trial usage, then 10 cents per document from prepaid credit.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","maxLength":180},"subtitle":{"type":"string","maxLength":300},"author":{"type":"string","maxLength":100},"template":{"type":"string","enum":["report","proposal","briefing"],"default":"report"},"markdown":{"type":"string","minLength":1,"maxLength":40000},"sections":{"type":"array","minItems":1,"maxItems":24,"items":{"type":"object","properties":{"heading":{"type":"string","maxLength":180},"body":{"type":"string","minLength":1,"maxLength":40000}},"required":["body"]}}},"required":["title"],"additionalProperties":false,"oneOf":[{"required":["markdown"]},{"required":["sections"]}]}},{"name":"sourcecheck_check_sources","description":"Check up to ten public source URLs for successful HTTP responses, final URLs, titles, and optional quotation matches in fetched text. Reports blocked and unreadable sources honestly. Does not verify factual truth.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sources":{"type":"array","minItems":1,"maxItems":10,"items":{"type":"object","properties":{"url":{"type":"string","format":"uri","maxLength":2048},"quote":{"type":"string","maxLength":2000}},"required":["url"]}}},"required":["sources"]}},{"name":"tablelift_extract_tables","description":"Extract bordered tables from a text-based PDF into CSV and JSON with source page numbers. Maximum 3 MB and 10 pages. Scans and borderless tables are unsupported. Costs 10 cents per document page after the trial allowance; no charge when no useful tables are found.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pdfBase64":{"type":"string","maxLength":4194332,"description":"Base64-encoded PDF bytes, maximum 3 MB decoded."},"filename":{"type":"string","maxLength":120}},"required":["pdfBase64"]}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-22T17:05:50.574Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T17:05:50.485Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":12,"max":20,"notes":["remote reachable in 11395ms"]},"poisoning":{"score":15,"max":15,"notes":["19 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[],"inputs":{"probes":[{"url":"https://ouro.tools/mcp","reachable":true,"authRequired":false,"latencyMs":11395,"serverInfo":{"name":"ouro-tools","version":"0.1.0"}}],"packages":[],"repo":{"found":false,"owner":"ZackRhodes","repo":"Ouro-Tools","error":"repo not found"},"icon":{"url":"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' rx='12' fill='%232e483c'/%3E%3Ccircle cx='20' cy='20' r='11' fill='none' stroke='%23f6f5ef' stroke-width='4' stroke-dasharray='57 13' transform='rotate(-30 20 20)'/%3E%3Ccircle cx='29' cy='14' r='3.5' fill='%23c7df9f'/%3E%3C/svg%3E","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}