← tonywood.org
INDIVIDUAL MCP TOOL
list_glossary_terms
List public glossary terms for AI, agents, governance, and Tony Wood house language.
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
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.tonywoodorg-public-mcp]
url = "https://mcp.tonywood.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tonywoodorg-public-mcp": {
"type": "http",
"url": "https://mcp.tonywood.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tonywoodorg-public-mcp
Remote MCP URL: https://mcp.tonywood.org/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": {
"tonywoodorg-public-mcp": {
"url": "https://mcp.tonywood.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tonywoodorg-public-mcp": {
"type": "http",
"url": "https://mcp.tonywood.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tonywoodorg-public-mcp",
"transport": "streamable-http",
"url": "https://mcp.tonywood.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_writing— List published writing with pagination.search_writing— Search titles, summaries, headings, and body text across public writing, research, protocols, and Agent Canon notes.get_site_status— Return the current Tonywood.org public site version, generation time, counts, and public status URLs.get_article— Fetch one published writing article by slug.list_white_papers— List published white papers, playbooks, and research pieces.get_white_paper— Fetch one published research piece by slug.list_agent_canon— List public agent-facing standards and interpretation notes.list_protocols— List versioned public agent-readable protocols.