How to Use the SmartChatAI MCP in Claude Code
Automate AI workflows on SmartChatAI with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect SmartChatAI MCP to Claude Code
Create your Vinkius account to connect SmartChatAI to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Provisioning Agents in the Terminal
Need to deploy a new bot for a pipeline? Use `create_new_ai_bot`. You can script this call, passing both the name and an initial prompt directly into your shell command. This makes onboarding agents repeatable. It's ideal for CI/CD: you define the bot setup in code, run it through your job runner, and know it’s ready to go.
Managing Bot Knowledge Bases via MCP Server
Training bots from data is simple. You can ingest PDFs with `add_pdf_to_knowledge_base`, or feed the bot raw text using `add_text_to_knowledge_base`. For dynamic content, use `add_website_to_knowledge_base` to pull data from a URL. These tools are perfect for automated knowledge base updates during nightly jobs.
Monitoring Bot Health and Status
Before running any large batch job, check the system health. `check_api_health` confirms that the entire MCP Server is online and responsive. You can also use `list_configured_webhooks` to verify all external connection points are active. This gives your scripts the confidence they need to run multi-step operations without failing due to connectivity issues.
Set up SmartChatAI MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seesmartchatai-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest SmartChatAI transactions." It will automatically discover and invoke the available SmartChatAI tools.
claude mcp add --transport http smartchatai-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about SmartChatAI MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the SmartChatAI MCP today
We host it, we monitor it, we maintain it. You just paste one token.