Serversio.github.NexusFeed/nexusfeed-ltl
L

io.github.NexusFeed/nexusfeed-ltl

io.github.NexusFeed/nexusfeed-ltl · v1.1.1
▦ pypi
v1.1.1pypi pypi: nexusfeed-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.NexusFeed/nexusfeed-ltl",
  "description": "Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.",
  "repository": {
    "url": "https://github.com/NexusFeed/nexusfeed-mcp",
    "source": "github"
  },
  "version": "1.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "nexusfeed-mcp",
      "version": "1.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "nexusfeed-mcp",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "nexusfeed-ltl",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "NexusFeed API base URL",
          "default": "https://api.nexusfeed.dev",
          "name": "MCP_API_BASE_URL"
        },
        {
          "description": "NexusFeed API key. Get one via RapidAPI: rapidapi.com/ladourv/api/ltl-fuel-surcharge-api",
          "isRequired": true,
          "isSecret": true,
          "name": "MCP_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}