← lexicon.garden
INDIVIDUAL MCP TOOL
discover_permission_sets
Discover which ATProtocol permission-set lexicon schemas cover a given set of collections and/or XRPC methods.
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.lexicon-garden]
url = "https://lexicon.garden/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lexicon-garden": {
"type": "http",
"url": "https://lexicon.garden/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lexicon-garden
Remote MCP URL: https://lexicon.garden/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": {
"lexicon-garden": {
"url": "https://lexicon.garden/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lexicon-garden": {
"type": "http",
"url": "https://lexicon.garden/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lexicon-garden",
"transport": "streamable-http",
"url": "https://lexicon.garden/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
describe_me— Get the authenticated user's identity information including their DID, handle, and PDS endpoint.describe_lexicon— Get detailed information about an ATProtocol lexicon schema, including its definition and usage examples.create_record_cid— Generate a CID (Content Identifier) for an AT Protocol record.invoke_xrpc— Invoke an XRPC method on your ATProtocol PDS.facet_text— Parse rich text facets (mentions, URLs, and hashtags) from plain text.validate_lexicon— Validate a lexicon schema and optionally validate data against it.check_compatibility— Check compatibility between two versions of an ATProtocol lexicon schema.transmogrify_record— Transform a record from one lexicon schema to another.