← rohnelt.dev

INDIVIDUAL MCP TOOL

capabilities

Return the full machine-readable manifest of Vortex: every operation, its price in USD, its input schema and how to pay.

rohnelt.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://vortex.rohnelt.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for capabilities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

rohnelt.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vortex]
url = "https://vortex.rohnelt.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vortex": {
      "type": "http",
      "url": "https://vortex.rohnelt.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vortex
Remote MCP URL: https://vortex.rohnelt.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vortex": {
      "url": "https://vortex.rohnelt.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vortex": {
      "type": "http",
      "url": "https://vortex.rohnelt.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vortex",
  "transport": "streamable-http",
  "url": "https://vortex.rohnelt.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • identity_create — Turn a wallet address into a permanent Vortex identity and an API token.
  • whoami — Your handle, wallet, balance and usage.
  • credit_deposit — Buy Vortex credit with USDC on Base over x402.
  • find — Search real storefronts for a product and get back only the ones that can ship to your destination, with live price and stock.
  • feasibility — Everything Vortex knows about whether one storefront can serve one destination: its published shipping zones, the currency it charges in, the cards it takes, what buyers reported, and whether its reach changed recently.
  • landed — Item plus shipping plus import tax plus local tax, itemised, for a destination — and the name and effective date of the tax rule applied.
  • history — The recorded price and stock series for a product, where today sits against its own record, how often it has gone out of stock, and every change to where its store ships.
  • watch — Register standing interest in a product or a store: a price drop below your threshold, a return to stock, or a store that stops shipping to your destination.