Skip to content
We use cookies to improve the site and measure traffic. See our Cookie Policy. You can accept or reject non-essential cookies.
Remote MCP server for AI agents

Browser tools, REST API, and MCP — one catalog

ToolYour exposes the same API-backed jobs in the browser, over REST (ty_ keys), and on a remote MCP server. Free accounts include 500 credits per month shared across REST and MCP. Longer comparisons live in the guides linked below — this page is the hub, not a second article.

How does ToolYour compare to converter sites and Zapier MCP?

Searchers asking for utilities and an API and MCP are comparing product shapes. ToolYour owns the catalog. Zapier MCP connects agents to other apps. Converter-only sites usually stop at the browser.

Browser, REST, and MCP coverage compared with converter sites and app-connector MCP
ProductBrowser utilitiesREST / SaaS APIMCP
ToolYourOwn catalog (SEO, convert, text, security)Same jobs via X-Api-KeyRemote plan → run → verify (API-backed only)
Converter-only sitesUtilities, often no shared SaaS quotaSometimes a separate paid APIUsually none
Zapier / app-connector MCPNo ToolYour-style tool catalogTheir automation platformAgents talk to other apps (Gmail, Slack)

Deep dives (do not duplicate here): browser tools vs REST · utilities MCP servers · SEO tools API.

How do you get started with the ToolYour API?

To use the ToolYour API, create a free developer account, generate a ty_ key, and call /api/v1/ routes with header X-Api-Key500 free credits per month on every account.

  1. 1

    Create a developer account

    Sign up free to get a dashboard, monthly usage limits, and billing when you need more volume.

  2. 2

    Generate an API key

    Open Dashboard → API Keys, label your key (e.g. Production), and copy it once — we only show the full secret at creation.

  3. 3

    Call tool endpoints

    Send X-Api-Key: ty_… on /api/v1/convertors/*, /documents/*, and other tool routes. Your plan limits apply automatically.

What API categories does ToolYour expose?

ToolYour exposes 7 API categories — converters, SEO, documents, text, calculators, and AI utilities. One API key and plan apply to every category below.

Live

File converters

Available

Convert documents, images, video, audio, and archives between popular formats.

Examples: PDF to Word, Image compression, MP4 to MP3

SEO & site tools

Available

Audits, keyword checks, page speed, content optimization, and link analysis.

Examples: SEO audit, Keyword checker

Marketing tools

Available

UTM builders, ads copy limits, email subject QA, growth math, and landing CTA checks.

Examples: UTM builder, ROAS calculator, Ads copy counter

AI utilities

Available

File analysis, transcription, summarization, and related AI-assisted workflows.

Examples: File analyzer, Audio transcript

Text utilities

Available

Case conversion, slug generation, sorting, comparison, and text statistics.

Examples: Case converter, Slug generator

Unit converters

Available

Convert length, mass, temperature, digital units, and more.

Examples: Length converter, Temperature converter

Finance & business calculators

Available

GST, VAT, EMI, margin, currency, and related calculators.

Examples: GST calculator, EMI calculator

Full endpoint reference with request/response schemas: Open API docs. Questions or early access? Contact us.

What are common ToolYour API questions?

  • What is the ToolYour REST API?

    The ToolYour REST API exposes API-backed tools over HTTPS with `ty_` API keys. Free accounts include 500 credits per month shared with remote MCP (tools cost 1–10 credits per call).
  • Does the API share quota with MCP?

    Yes. REST calls and MCP executions share one monthly credit quota on one API key (tools cost 1–10 credits). Discovery meta-tools are free.
  • Does ToolYour include browser tools as well as REST and MCP?

    Yes. People smoke-check the catalog in the browser. Apps use REST. Agents use the remote MCP server. API-backed tools share one key. Converter-only sites and Zapier MCP do not own this three-surface catalog.
  • Which tools are available on the API?

    File converters, SEO tools, document processing, text utilities, calculators, and AI utilities marked API-backed in the catalog. Browser-only tools are not exposed.
  • How do you authenticate ToolYour API requests?

    Send header `X-Api-Key: ty_…` on requests to `/api/v1/` routes. Create keys in Dashboard → API Keys after email verification.