← Registry

Security & Testing

wordis-bond.com

Test voice agents by running automated suites, demos, and tracking trends.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.wordis-bond.com/mcp

No auth detected

MCP server metadata

Name
wordis-bond
Version
0.1.0
Capabilities
tools
Server instructions

Word Is Bond tools test voice agents you run and return scored results. initialize and tools/list need no auth. Tool calls are authenticated and metered: send Authorization: Bearer wb_live_… (get a key — see https://wordis-bond.com/llms.txt). Try run_demo first — it needs a key but no target of your own.

Known tools 16

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.

Inferred read-only
run_test

Run a test against a voice agent you control.

Inferred read-only
get_trends

Read account-wide testing trends over a window: pass-rate, average score, and run-to-run regressions per suite, plus overall totals.

Inferred read-only
list_suites

List your reusable test suites (each is a set of scenarios/personas pinned to a target voice agent).

Inferred read-only
create_suite

Create a reusable test suite: a named set of scenarios/personas pinned to a target voice agent you run.

Potential side effects
verify_number_start

Prove your account controls a phone number, which it must do before any PSTN test call to it.

Inferred read-only
verify_number_confirm

Finish verifying a phone number by supplying the 6-digit code spoken on the verification call.

Inferred read-only
list_verified_numbers

List the phone numbers your account has proven it controls.

Inferred read-only
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.

Inferred read-only
import_flow

Import a phone-system flow or voice-agent config from a platform (e.

Inferred read-only
diff_flow

Show the structural diff between two versions of a version-controlled flow: which nodes and edges were added, removed, or changed.

Inferred read-only
test_flow

Run the regression gate on a flow now: compile the current version into a synthetic-caller test, run it against the flow's target, and compare the result to the previous version's baseline.

Inferred read-only
list_monitors

List your production monitors and their current health (unknown | healthy | degraded | critical).

Inferred read-only
create_monitor

Create a production monitor.

Potential side effects
ingest_call

Send one completed PRODUCTION call to a monitor to be scored.

Potential side effects
get_monitor_health

Read a monitor's live rolling health and drift.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.