Aerostack
bolt

web-url-build Skill — API Connectors Automation

Skill language Hosted language Public

Build a URL from a base and optional path, query parameters, and hash fragment.

navin @navin verified
v0.1.0 MIT Updated Apr 9, 2026

Skill web-url-build Build a URL from a base and optional path, query parameters, and hash fragment.. Install it into any Aerostack workspace and it becomes available in Claude, Cursor, and every MCP-compatible AI client.

robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "web-url-build": {
      "url": "https://mcp.aerostack.dev/s/navin/web-url-build",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

Add this server to your AI client and ask it to list tools with:
tools/list

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

bolt Why publish skills on Aerostack?

One platform. Every AI client. No more fragmentation.

The old way

  • Separate GitHub repo for each AI tool
  • Different formats: OpenAI Actions vs Claude tools vs Gemini plugins
  • Redeploy & update configs every time you change something
  • No discovery — teammates can't find your private skills
  • Repeat the same setup across 10 different tools

With Aerostack

  • One deploy, works in Claude, Cursor, Windsurf, Gemini, ChatGPT
  • aerostack skill install navin/@navin/web-url-build works in seconds
  • Private skills for your team, public for the community
  • Auto-updates — your team always runs the latest version
  • Clean codebase — no more fragmented skill repos

No documentation provided.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category API Connectors

terminal Quick Install

aerostack skill install navin/@navin/web-url-build

Installs to all your AI clients in one command.

language Live Endpoint

https://mcp.aerostack.dev/s/navin/web-url-build

Sub-50ms globally · Zero cold start

Browse more skills
rocket_launch Publish your skill

Have a skill? Publish it once — use it everywhere.

Deploy your TypeScript skill to Aerostack and it's instantly available in Claude, Cursor, GPT-4, Gemini, and any MCP-compatible AI client. Private for your team or public on the marketplace.

More API Connectors Skills

Browse API Connectors Skills →

Frequently asked questions

What does the web-url-build skill do? +

web-url-build is a reusable AI skill for api-connectors automation. It gives Claude a set of pre-built actions you can trigger from any conversation or workflow.

How do I install the web-url-build skill in Claude? +

Add the skill to your Aerostack workspace: ```json { "skills": [ "@navin/@navin/web-url-build" ] } ``` Then connect your workspace to Claude via the Aerostack MCP bridge.

Is the web-url-build skill free to use? +

web-url-build is free to install via Aerostack Marketplace. Usage may consume Aerostack credits depending on your plan.

Which AI agents support the web-url-build skill? +

web-url-build works with any MCP-compatible AI agent — including Claude Desktop, Claude Code, Cursor, Windsurf, and OpenClaw.