Look up port number
Let your agent identify network ports. Call it as an MCP tool to resolve a port or service name to its protocol and description. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Port Number Lookup Skill — exactly what your agent gets back when it makes the call.
{
"port": 443
}Enable Port Number Lookup and your app can look up port number from a live source instead of shipping a lookup table you have to keep current.
Over MCP, your model calls portnumberlookup to fetch a reference value at the moment it needs it, rather than recalling it imperfectly.
Call Port Number Lookup directly to look up port number inline, one key across every skill.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
portnumberlookupCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/portnumberlookupHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing