Open-source ToolYour MCP

MCP serverSecurity

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use Open-source ToolYour MCP

From the project's README

As published by abdulwahabraza123/toolyour-mcp in README.md.

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)

SignalHow
JSON logsAlways (LOG_LEVEL)
In-process counters/health/mcp + /health/mcp/metrics
SpansSet 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.

Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-toolyour-mcp
Source
github.com/abdulwahabraza123/toolyour-mcp
Hosted endpoint
https://api.toolyour.com/mcp/http