Catalog
io.github.EricSpencer00/instxnt
OfficialCreate instxnt.xyz storefronts through Claude: add products, connect Stripe, go live.
Creates storefronts with product management and Stripe payment integration.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
INSTXNT_API_KEYrequiredsecretYour instxnt API key (get one at https://instxnt.xyz/dashboard/settings/developer)
INSTXNT_API_URLOptional API URL override (defaults to https://api.instxnt.xyz)
claude_desktop_config.json
{
"mcpServers": {
"instxnt": {
"command": "npx",
"args": [
"-y",
"@instxntdotxyz/mcp-server@0.2.5"
],
"env": {
"INSTXNT_API_KEY": "<YOUR_INSTXNT_API_KEY>",
"INSTXNT_API_URL": "<YOUR_INSTXNT_API_URL>"
}
}
}
}