Assertible Connector for AI agents.
7 live capabilities
Automate your API testing and deployment monitoring from your favorite editor.
Waiting for input…
Why people use Assertible
Assertible for Automated API Testing and Monitoring
This Connector puts your Assertible environment right inside your AI client. You can ask your agent to trigger a deployment or run a specific test suite without ever leaving your workspace. You get immediate feedback on your API's reliability, turning a multi-step manual process into a single conversation.
What Vinkius changes
You get a direct line to your API testing suite without leaving your editor.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Post-deployment verification
A developer pushes a hotfix and asks the agent to run the production suite to confirm the fix using `run_service_tests`.
- Real-world use case 02
Documentation sync
A backend dev updates an endpoint and tells the agent to sync the new Swagger spec to Assertible using `sync_specification`.
- Real-world use case 03
Status badge updates
A team lead wants to grab a status badge for the staging environment to put into a shared dashboard using `get_service_status_badge`.
Complete set · 7capabilities
The complete Assertible capability set.
These are the exact actions your AI can choose when you ask it to work with Assertible.
01—04
4 capabilities in this set.
Part of 7 available through Assertible.
- 01 Capability
Get service status badge
Pull the status badge for an entire service. It's the fastest way to get a high-level health overview for a service.
- 02 Capability
Create deployment
Create a new deployment and trigger the associated tests. This automates the handoff from code push to test results.
- 03 Capability
Get test status badge
Get the markdown and URL for a specific test's status badge. This helps you quickly display health info in docs or Slack.
- 04 Capability
Run service tests
Run every test associated with a specific service. Use this to ensure a full suite passes after a major update.
05—07
3 capabilities in this set.
Part of 7 available through Assertible.
- 05 Capability
Run specific test
Execute a single, targeted test by its ID. This is perfect for verifying a specific fix without running everything.
- 06 Capability
Sync specification
Sync your OpenAPI, Swagger, or Postman specs to Assertible. It keeps your testing environment aligned with your actual code.
- 07 Capability
Validate json
Check a JSON document against a JSON Schema Draft 4. Use this to catch formatting errors before they hit your pipeline.
Set up in minutes
One URL. Then ask Assertible to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Assertible from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Assertible, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Assertible for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Assertible URL.
- Step 03
Save and start
Save the connection and enable Assertible in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"assertible": {
"url": "https://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Assertible
Open Agent mode in chat and ask: "Using Assertible, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"assertible": {
"url": "https://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Assertible
Ask Copilot: "Using Assertible, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"assertible": {
"url": "https://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Assertible
Open Cascade and ask: "Using Assertible, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"assertible": {
"url": "https://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Assertible
Ask Cline: "Using Assertible, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add assertible --transport http "https://edge.vinkius.com/vk_preview_j2b1fGA9QZp77KBXLw34HQRPgprjB0X3YhgDhJPG/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Assertible
Ask Claude: "Using Assertible, show me...". 7 tools are ready
Where the request belongs
Work Assertible can move forward.
For the DevOps engineer who's tired of manual deployment checks and the QA lead who needs to run specific test suites without hunting for IDs.
DevOps Engineer
Triggers deployments and monitors service health during high-pressure production releases.
QA Engineer
Runs targeted test suites and verifies API reliability during the development cycle.
Backend Developer
Validates JSON schemas and keeps API documentation up to date as they write code.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTestim
Trigger automated AI tests, inspect execution logs, and manage branches natively via your AI agent.
Mabl (AI-Powered Test Automation)
Manage E2E testing via Mabl. trigger test plans, monitor execution results, and perform AI-driven failure analysis.
Checkly
Manage application monitoring and E2E testing via Checkly. track API uptime, trigger checks, and monitor performance directly from any AI agent.
Cypress Cloud
Audit E2E testing via Cypress. monitor test runs, inspect spec instances, track flaky tests, and generate enterprise reports directly from any AI agent.
ContextQA
Automate testing via ContextQA. manage test suites, track AI-healing executions, trigger automated runs, and audit API tests directly from any AI agent.
Applitools
Bring AI-powered visual testing to your AI agent. inspect test batches, review UI diffs, and manage your visual baselines naturally.
Bring your own AI
Change the model, client or framework. Keep Assertible connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Assertible.
The practical details behind the request, access and result.
What can I do with the Assertible MCP?
You can use your AI agent to trigger API test runs, manage deployments, sync your OpenAPI specifications, and check service health status without leaving your current workspace.
How does Assertible help with API testing?
It automates the execution of your test suites. Instead of running commands manually, you can ask your agent to run specific tests or full service suites to verify your API's health.
Can I use Assertible to sync my Swagger files?
Yes, the Connector allows your AI agent to automatically sync OpenAPI, Swagger, or Postman specifications, ensuring your tests always match your latest code changes.
How do I trigger tests after a deployment?
You can simply tell your AI agent to create a deployment and trigger the associated tests. It handles the communication with Assertible to start the process immediately.
Can the Assertible MCP validate my JSON schemas?
Yes, it can validate JSON documents against a JSON Schema Draft 4. This is great for catching formatting errors during development before they reach production.
How does this help with DevOps monitoring?
It provides a direct way to retrieve status badges and health information for your services. You can get these updates instantly through your AI client for faster monitoring.
Is Assertible MCP good for QA engineers?
It's a great capability for QA engineers who need to run targeted test suites quickly. It removes the need to hunt for test IDs or navigate complex dashboards for every single check.
Can I trigger a full test suite run after a new deployment?
Yes. Use the create_deployment capability. It tracks the deployment to your environment and automatically triggers the associated test runs for that service.
How do I keep my tests in sync with my OpenAPI documentation?
You can use the sync_specification capability with your Import ID. This ensures your Assertible tests stay up-to-date with any changes in your Swagger or OpenAPI files.
Is it possible to check the current status of a service for a README file?
Absolutely. Use get_service_status_badge to retrieve the markdown and URL for a status badge, which you can then embed directly into your documentation.
One connection away
Give your agent a direct line to Assertible.
Connect Assertible once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available