ToolYourToolYourAPI Docs

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

SurfaceDocsWhen to use
TypeScript SDKSDK guide · Tool mapNode/TS apps — typed ty.seo.metaTagsAnalyzer({ url }) instead of raw URLs
REST APIQuickstart · Calling tools · OpenAPI sidebarAny language, curl, fetch, OpenAPI playground
MCPMCP quickstartCursor, 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

EnvironmentURL
Productionhttps://api.toolyour.com

Authentication

Every tool request requires your API key:

X-Api-Key: ty_YOUR_KEY_HERE

Create keys at Dashboard → API Keys. See Account & API Keys.

Find the right tool and syntax

  1. SDK Tool Map — full table: path slug → REST → ty.namespace.method(input) (best for LLMs and codegen)
  2. Tool guides — category overviews with curl + SDK examples
  3. 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.

On this page