← Index

io.github.EricSpencer00/instxnt

io.github.EricSpencer00/instxnt·v0.2.5·Finance & Payments
Quality Score
80
/100

Create instxnt.xyz storefronts through Claude: add products, connect Stripe, go live.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "instxnt": {
      "command": "npx",
      "args": [
        "-y",
        "@instxntdotxyz/mcp-server"
      ],
      "env": {
        "INSTXNT_API_KEY": "<your-instxnt_api_key>",
        "INSTXNT_API_URL": "<instxnt_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "instxnt": {
      "command": "npx",
      "args": [
        "-y",
        "@instxntdotxyz/mcp-server"
      ],
      "env": {
        "INSTXNT_API_KEY": "<your-instxnt_api_key>",
        "INSTXNT_API_URL": "<instxnt_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @instxntdotxyz/mcp-server
§02  Environment variables
INSTXNT_API_KEY
requiredsecret

Your instxnt API key (get one at https://instxnt.xyz/dashboard/settings/developer)

INSTXNT_API_URL

Optional API URL override (defaults to https://api.instxnt.xyz)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments