← nettie.social

INDIVIDUAL MCP TOOL

generate_post_embed

Get HTML iframe embed code or JSON metadata for embedding a post into external websites.

nettie.socialnone authenticationAvailability not checked

LIVE ENDPOINT

https://nettie.social/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_post_embed and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

nettie.social

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.
  • get_knowledge_graph_topics — Get list of active Knowledge Graph interest nodes and categories on nettie.social.