← playanagrama.com
INDIVIDUAL MCP TOOL
get_code_example
Get SDK code examples for a specific API endpoint.
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.playanagrama-com]
url = "https://playanagrama.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"playanagrama-com": {
"type": "http",
"url": "https://playanagrama.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: playanagrama-com
Remote MCP URL: https://playanagrama.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": {
"playanagrama-com": {
"url": "https://playanagrama.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"playanagrama-com": {
"type": "http",
"url": "https://playanagrama.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "playanagrama-com",
"transport": "streamable-http",
"url": "https://playanagrama.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_anagrama_docs— Search the Anagrama API documentation.get_anagrama_doc_page— Get the full content of a specific documentation page by path.list_anagrama_endpoints— List all documentation pages organized by section.get_type_definitions— Get TypeScript type/interface definitions for API request params and response objects.