Command Palette

Search for a command to run...

UnylyUnyly
Browse all

ToolYour

FreeNot checked

Remote MCP: plan, run, verify for SEO/security/ship-gate. Same REST API key; 500 free credits/month.

GitHubEmbed

About

Remote MCP: plan, run, verify for SEO/security/ship-gate. Same REST API key; 500 free credits/month.

README

Remote MCP gateway for AI agents: plan → run playbook/solve → verify until pass.

MIT licensed. Hosted API/SaaS backends are optional — offline evals and local file control-plane run without them.

Product docs: https://www.toolyour.com/developers/mcp
Official registry: com.toolyour/mcp
npm client (separate): @toolyour/sdk (MIT)

Quick start

cp .env.example .env
npm install
npm run build:registry   # from monorepo docs/ when regenerating
npm run build
npm run dev

Endpoint: http://localhost:3090/mcp (SSE) · Streamable HTTP: /mcp/http

Health: GET /health/mcp · Ready: GET /health/mcp/ready · Metrics: GET /health/mcp/metrics (Prometheus text)

Auth

X-Api-Key: ty_...

Same key as ToolYour REST. Free tier: 500 credits/month (tools cost 1–10 credits). MCP exposes API-backed catalog tools only (hasApi).

Host contract

ToolYour does not replace Cursor/Claude. The host keeps editor, git, and terminal. Agents should:

  1. plan_task (free)
  2. run_playbook or solve_task
  3. Apply only rank-1 loop.nextActions in the workspace
  4. verify_task with prior result as baseline until loop.gate is pass (or stop)

Offline evals (no API key)

npm run ci                 # build + lint + unit/contract/integration + evals
npm run eval:golden        # routing + jobReport fields + verify gate
npm run eval:playbooks     # skill → workflow → synthesizer matrix + fixture coverage
npm run golden:tier1       # host work-package shapes

Fixtures: tests/eval/synth-fixtures.json · Goals: tests/eval/goals.jsonl

Observability (open protocols)

Signal How
JSON logs Always (LOG_LEVEL)
In-process counters /health/mcp + /health/mcp/metrics
Spans Set OTEL_LOG_SPANS=1 and/or OTEL_EXPORTER_OTLP_ENDPOINT (OTLP/HTTP JSON → Collector / Jaeger / Tempo)

No proprietary APM required.

What stays hosted (optional)

  • Live tool execution via gateway + API key
  • Feature Memory / verification profiles (SaaS Mongo)
  • Redis for multi-replica async get_run

Local defaults use file-backed control-plane jobs.

License

MIT — see LICENSE.

from github.com/AbdulWahabRaza123/toolyour-mcp

Installing ToolYour

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/AbdulWahabRaza123/toolyour-mcp

FAQ

Is ToolYour MCP free?

Yes, ToolYour MCP is free — one-click install via Unyly at no cost.

Does ToolYour need an API key?

No, ToolYour runs without API keys or environment variables.

Is ToolYour hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install ToolYour in Claude Desktop, Claude Code or Cursor?

Open ToolYour on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare ToolYour with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs