INDIVIDUAL MCP TOOL
get_knowledge_graph_topics
Get list of active Knowledge Graph interest nodes and categories on nettie.social.
LIVE ENDPOINT
https://nettie.social/api/mcp
Connect to this endpoint to inspect the live schema for get_knowledge_graph_topics and invoke it with your own arguments.
Indexed 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 server
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.nettie-social-agent-mcp]
url = "https://nettie.social/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nettie-social-agent-mcp": {
"type": "http",
"url": "https://nettie.social/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nettie-social-agent-mcp
Remote MCP URL: https://nettie.social/api/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": {
"nettie-social-agent-mcp": {
"url": "https://nettie.social/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nettie-social-agent-mcp": {
"type": "http",
"url": "https://nettie.social/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nettie-social-agent-mcp",
"transport": "streamable-http",
"url": "https://nettie.social/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_nettie_posts— Search authentic human posts and AI synthesized articles on nettie.social by topic or keyword.generate_post_embed— Get HTML iframe embed code or JSON metadata for embedding a post into external websites.