Open source SDKs for the Conecto API (conecto.chat) — TypeScript, Python, Go, PHP, Ruby, Lua, plus a CLI and MCP server. Generated by @voxgig/sdkgen.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"conecto-sdk": {
"command": "npx",
"args": [
"-y",
"voxgig-sdk/conecto-sdk"
]
}
}
}
Run in terminal:
claude mcp add conecto-sdk npx -y voxgig-sdk/conecto-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"conecto-sdk": {
"command": "npx",
"args": [
"-y",
"voxgig-sdk/conecto-sdk"
]
}
}
}