Serversio.github.EricSpencer00/instxnt
I

io.github.EricSpencer00/instxnt

io.github.EricSpencer00/instxnt · v0.4.0
▦ npm
v0.4.0npm npm: @instxntdotxyz/mcp-server🌐 https://mcp.instxnt.xyz/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.EricSpencer00/instxnt",
  "description": "Create instxnt.xyz storefronts through Claude: add products, connect Stripe, go live.",
  "repository": {
    "url": "https://github.com/EricSpencer00/instxnt-mcp",
    "source": "github"
  },
  "version": "0.4.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@instxntdotxyz/mcp-server",
      "version": "0.2.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your instxnt API key (get one at https://instxnt.xyz/dashboard/settings/developer)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INSTXNT_API_KEY"
        },
        {
          "description": "Optional API URL override (defaults to https://api.instxnt.xyz)",
          "format": "string",
          "name": "INSTXNT_API_URL"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.instxnt.xyz/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}