Introduction
ToolYour tool API for developers — REST, TypeScript SDK, and MCP for converters, SEO, security, text utilities, and more.
Welcome to the ToolYour developer documentation — integrate 279 API-backed tools via REST, the official TypeScript SDK, or MCP for AI agents.
Account signup, billing, and key management live in the ToolYour dashboard.
Three ways to integrate
| Surface | Docs | When to use |
|---|---|---|
| TypeScript SDK | SDK guide · Tool map | Node/TS apps — typed ty.seo.metaTagsAnalyzer({ url }) instead of raw URLs |
| REST API | Quickstart · Calling tools · OpenAPI sidebar | Any language, curl, fetch, OpenAPI playground |
| MCP | MCP quickstart | Cursor, Claude, agents at https://api.toolyour.com/mcp |
One API key (ty_…) · one monthly quota for REST, SDK, and MCP billable calls.
What you can integrate
- Document and file conversion (PDF, DOCX, images, Office, eBooks, archives)
- Text utilities (case conversion, slugify, compare, stats, …)
- SEO analysis and data APIs
- Security checks (headers, TLS, cookies, JWT, secrets, …)
- Calculators, unit conversions, YouTube tools, and AI-powered API tools
Browser-only tools (no hasApi) are on toolyour.com — not exposed via SDK/REST/MCP.
Base URL
| Environment | URL |
|---|---|
| Production | https://api.toolyour.com |
Authentication
Every tool request requires your API key:
X-Api-Key: ty_YOUR_KEY_HERECreate keys at Dashboard → API Keys. See Account & API Keys.
Find the right tool and syntax
- SDK Tool Map — full table: path slug → REST →
ty.namespace.method(input)(best for LLMs and codegen) - Tool guides — category overviews with curl + SDK examples
- OpenAPI sidebar — request/response schemas per endpoint
Quota
Monthly limits apply per account (shared across all API keys). REST, SDK, and MCP billable calls share the pool. See Usage & Plans.
Support
Questions? Contact support from your ToolYour dashboard.