MCP Server
MCP
io.github.EricSpencer00/instxnt
Create instxnt.xyz storefronts through Claude: add products, connect Stripe, go live.
Install
npx -y @instxntdotxyz/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.instxnt.xyz/mcp"
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment