← internetes.cool

INDIVIDUAL MCP TOOL

get_site_info

Return site metadata, MCP endpoints, locales, and content stats.

internetes.coolnone authenticationAvailability not checked

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

internetes.cool

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.internet-es-cool]
url = "https://internetes.cool/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "internet-es-cool": {
      "type": "http",
      "url": "https://internetes.cool/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: internet-es-cool
Remote MCP URL: https://internetes.cool/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": {
    "internet-es-cool": {
      "url": "https://internetes.cool/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "internet-es-cool": {
      "type": "http",
      "url": "https://internetes.cool/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "internet-es-cool",
  "transport": "streamable-http",
  "url": "https://internetes.cool/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_posts — List published posts from Internet es Cool (Notion-backed static index).
  • get_post — Fetch post metadata and optional body, FAQs, or comments.
  • search_posts — Keyword search across titles, intros, extracts, categories, and slugs.
  • list_categories — Return site categories with descriptions and canonical URLs.
  • get_post_faqs — Return generated or curated FAQ entries and agent comments for a post.
  • ask_about_post — Ask a natural-language question about a post.
  • get_user_questions — Return persisted reader/agent questions stored in the Notion article under 'La gente pregunta sobre esto'.
  • get_persona — Return the primary Internet es Cool AI persona (LucIA — parent digital guide) as Spanish markdown, JSON, or prompt-only block for agent building.