toolport

toolport is a skill for Claude Code from tsouth89/toolport. It costs 0 tokens per session (802 once invoked), scanned A, original, MIT.

A local gateway for finding and calling tools connected to external services, such as email, databases, repositories, payments, and web search.

In plain words
What is it for?
Finding the right tool, checking connected servers, retrieving required identifiers, and carrying out actions through external services.
Why use it?
It avoids having to know every available tool or its exact input format. It also helps check whether a connected service can perform a requested action before declaring it unavailable.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the toolport plugin — 1 skill, 1 MCP server shipped together

Good fit Finding the right tool, checking connected servers, retrieving required identifiers, and carrying out actions through external services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tsouth89/toolport/toolport
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tsouth89/toolport --skill toolport
Clone the repo
git clone --depth 1 https://github.com/tsouth89/toolport

Made for: Claude Code.

Or install toolport, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for toolport

README.md
[![agentmods](https://agentmods.dev/badge/skills/tsouth89/toolport/toolport/github.svg)](https://agentmods.dev/skills/tsouth89/toolport/toolport)
Your own site
<a href="https://agentmods.dev/skills/tsouth89/toolport/toolport"><img src="https://agentmods.dev/badge/skills/tsouth89/toolport/toolport/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for toolport

Your own site · 80×15
<a href="https://agentmods.dev/skills/tsouth89/toolport/toolport"><img src="https://agentmods.dev/badge/skills/tsouth89/toolport/toolport.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 802 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00802
Opus 5 $0.00000 $0.00401
Sonnet 5 $0.00000 $0.00160
Haiku 4.5 $0.00000 $0.00080

Measured 9d ago against content hash d09ff6c72db9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

toolport scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packaging/agent-plugin/toolport/skills/toolport/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Working through Toolport

Toolport is a local gateway that aggregates every MCP server the user has set up. Instead of hundreds of tool definitions, you see a few meta-tools and discover the real tools on demand.

Core workflow

  1. Search first. For any external action, call toolport_search_tools with keywords describing the capability ("list emails", "create payment", "recent deployments"). If the service is connected, its tool is here, so do not tell the user a capability is unavailable until you have searched.
  2. Call it. The first matching result includes its exact name and full input schema and is ready to use: call toolport_call_tool with that name and all parameters inside the arguments object. Don't keep searching for a better match, and never invent identifiers (teamId, projectId, and so on). Fetch them with a list/get tool on the same server first.
  3. Orient when needed. toolport_status lists every connected server, its tool count, and the tokens Toolport has saved. Pass server to toolport_search_tools (with an empty query) to list one server's full tool set.

Search tips

  • Tool names are namespaced per server: stripe__create_refund.
  • If the result says more tools matched than were shown, narrow with server or raise limit before concluding anything is missing.
  • Many servers expose a generic API bridge (one write/create tool), so search by capability, not exact operation names.

Multi-step work: toolport_run_script

When you already know the steps, run ONE JavaScript orchestration script server-side instead of many round-trips: servers.stripe.create_refund({...}) (sync) or .async({...}) with Promise.all to fan out. Intermediate results stay full-sized inside the script; only your returned value is shaped for context. Pass validate: true for a dry run that compiles the script and returns the plan without executing. If a script fails partway, structuredContent.toolportScript.progress lists which calls already ran (their side effects are committed), so resume by index, not tool name.

Read the full file on GitHub · 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 62 lines · 0 tokens per session scan A d09ff6c72db9

Subscribe to this mod's changes

toolport is a skill published in the GitHub repository tsouth89/toolport (202 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 802 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.