What is the Word Is Bond MCP server?
Test the voice agents you run: scored transcripts, pass/fail verdicts, latency and WER metrics.
How to install Word Is Bond
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationsecretBearer token for a Word Is Bond API key. Create one at https://studio.wordis-bond.com — the free Starter plan needs no card. `initialize` and `tools/list` work without it; `tools/call` requires it.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wordis-bond": {
"url": "https://api.wordis-bond.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wordis-bond": {
"serverUrl": "https://api.wordis-bond.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wordis-bond": {
"type": "http",
"url": "https://api.wordis-bond.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"wordis-bond": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.wordis-bond.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http wordis-bond https://api.wordis-bond.com/mcpRelated MCP servers
Human Design & astrology engine: bodygraph, personal-sky SVG, today's sky. JPL ephemeris.
View repository →