Assertible

Assertible MCP Connector for Claude

A+

Automate API testing and monitoring via Assertible — trigger deployments, run service tests, and sync specifications directly from any AI agent.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Assertible account to any AI agent to streamline your API testing and monitoring workflows through natural conversation.

What you can do

  • Deployments & Testing — Create deployments and trigger automated test runs for specific environments using create_deployment.
  • Service Monitoring — Run all tests for a service or target specific tests by ID to ensure uptime and reliability with run_service_tests and run_specific_test.
  • Spec Synchronization — Keep your tests updated by syncing OpenAPI, Swagger, or Postman specifications using sync_specification.
  • Status Visibility — Retrieve embeddable status badges and markdown for services and individual tests via get_service_status_badge.
  • JSON Validation — Validate JSON documents against Schema Draft 4 directly within your workflow using validate_json.

How it works

  1. Subscribe to this server
  2. Enter your Assertible API Token (and optionally your Sync Token)
  3. Start managing your API quality and monitoring from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — Automate deployment tracking and post-deploy test triggers directly from the CLI or chat.
  • QA Engineers — Run specific test suites and verify API health without leaving the development environment.
  • Backend Developers — Validate JSON schemas and sync API specifications as soon as code changes are made.
api-testingcontinuous-testingapi-monitoringjson-schemadeployment-tracking

7 tools expose this connector's capabilities to your AI agent.

create_deployment

Create a deployment and trigger tests

get_service_status_badge

Get the status badge URL and markdown for a service

get_test_status_badge

Get the status badge URL and markdown for a specific test

run_service_tests

Run all tests for a service

run_specific_test

Run a specific test

sync_specification

Requires ASSERTIBLE_SYNC_TOKEN. Sync a specification (OpenAPI, Swagger, Postman)

validate_json

No authentication required. Validate a JSON document against a JSON Schema Draft 4

See how to talk to your AI agent using Assertible.

Create a deployment for service 'api-prod-123' version 'v2.1.0' in production.

I've initiated the deployment for version v2.1.0. Tests are now running against the production environment. I'll let you know the results shortly.

Run all tests for service ID '550e8400-e29b-41d4-a716-446655440000'.

Triggering all tests for the specified service. I'm monitoring the progress and will provide a summary of the pass/fail status once complete.

Validate this JSON payload against the standard schema.

I'll use the `validate_json` tool to check your document. Please provide the JSON content and the schema you'd like to validate it against.

Yes. Use the `create_deployment` tool. It tracks the deployment to your environment and automatically triggers the associated test runs for that service.

Related Connectors