Security & Testing
wordis-bond.com
Test voice agents by running automated suites, demos, and tracking trends.
ENDPOINT 1
https://api.wordis-bond.com/mcp
MCP server metadata
- Name
- wordis-bond
- Version
- 0.1.0
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_demoRun 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-onlyget_trendsRead account-wide testing trends over a window: pass-rate, average score, and run-to-run regressions per suite, plus overall totals.
Inferred read-onlylist_suitesList your reusable test suites (each is a set of scenarios/personas pinned to a target voice agent).
Inferred read-onlycreate_suiteCreate a reusable test suite: a named set of scenarios/personas pinned to a target voice agent you run.
Potential side effectsverify_number_startProve your account controls a phone number, which it must do before any PSTN test call to it.
Inferred read-onlyverify_number_confirmFinish verifying a phone number by supplying the 6-digit code spoken on the verification call.
Inferred read-onlyregister_recording_targetRegister 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-onlydiff_flowShow the structural diff between two versions of a version-controlled flow: which nodes and edges were added, removed, or changed.
Inferred read-onlytest_flowRun 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-onlylist_monitorsList your production monitors and their current health (unknown | healthy | degraded | critical).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.