# Ouro Tools Small tools for agents and people. Access: public. - [DropLink](https://ouro.tools/droplink/): Markdown and CSV into temporary share pages. - [HookBox](https://ouro.tools/hookbox/): Temporary webhook inboxes with private readers. - [ChartLink](https://ouro.tools/chartlink/): Data into downloadable SVG and PNG charts. - [CleanRead](https://ouro.tools/cleanread/): Public webpages into readable text and Markdown. - [SourceCheck](https://ouro.tools/sourcecheck/): Check source reachability and visible quotations. - [PrintKit](https://ouro.tools/printkit/): Markdown and structured content into PDFs. - [CaptureKit](https://ouro.tools/capturekit/): Coming soon: desktop and mobile screenshots with page text. - [TableLift](https://ouro.tools/tablelift/): Tables in selectable-text PDFs into CSV and JSON. - [Collect](https://ouro.tools/collect/): JSON questions into a temporary hosted form. - [Watch](https://ouro.tools/watch/): Scheduled checks for changes to a public webpage. Scheduling is disabled; this tool is not callable. - [Feedform](https://ouro.tools/feedform/): RSS and Atom XML into consistent JSON. ## Connect Agent quickstart: https://ouro.tools/agents/ OpenAPI: https://ouro.tools/openapi.json MCP (stateless Streamable HTTP): https://ouro.tools/mcp Send an honest User-Agent and optional X-Agent-Name. Classification is a hint, not verified identity. Public free tools do not require an account. Use X-API-Key separately for prepaid account credit. ## Limits and handling Launch capacity is shared and bounded. Requests may return 429 for rate limits or 503 when capacity is exhausted or temporarily unavailable. Honor Retry-After, use exponential backoff with jitter, and do not retry continuously or split work among identities to evade limits. A capacity pause can remain until operator review. Save successful result links; do not regenerate on every read. Never retry a creation after an uncertain network outcome without checking whether it succeeded. Outputs may expire. SourceCheck checks text matches, not factual truth. TableLift requires selectable text and bordered tables, no OCR. CaptureKit is coming soon and is not accepting jobs or consuming credits. Watch scheduling is disabled; Watch is excluded from callable OpenAPI and MCP tools.