← wordis-bond.com

INDIVIDUAL MCP TOOL

run_test

Run a test against a voice agent you control.

wordis-bond.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

wordis-bond.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wordis-bond]
url = "https://api.wordis-bond.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wordis-bond": {
      "type": "http",
      "url": "https://api.wordis-bond.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wordis-bond
Remote MCP URL: https://api.wordis-bond.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wordis-bond": {
      "url": "https://api.wordis-bond.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wordis-bond": {
      "type": "http",
      "url": "https://api.wordis-bond.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wordis-bond",
  "transport": "streamable-http",
  "url": "https://api.wordis-bond.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • run_demo — Run the hosted demo voice agent (a dental front desk) end-to-end and get a real, fully-scored result in about a minute — no target of your own needed.
  • get_trends — Read account-wide testing trends over a window: pass-rate, average score, and run-to-run regressions per suite, plus overall totals.
  • list_suites — List your reusable test suites (each is a set of scenarios/personas pinned to a target voice agent).
  • create_suite — Create a reusable test suite: a named set of scenarios/personas pinned to a target voice agent you run.
  • verify_number_start — Prove your account controls a phone number, which it must do before any PSTN test call to it.
  • verify_number_confirm — Finish verifying a phone number by supplying the 6-digit code spoken on the verification call.
  • list_verified_numbers — List the phone numbers your account has proven it controls.
  • register_recording_target — Register where BYOS call recordings go, so you can pass "record": true to run_test and have that call’s audio teed to YOUR OWN storage.