Content Tools
internetes.cool
Access and manage blog posts and categories for a static site.
ENDPOINT 1
https://internetes.cool/mcp
MCP server metadata
- Name
- internet-es-cool
- Version
- 1.0.0
Known tools 10
list_postsList published posts from Internet es Cool (Notion-backed static index).
Inferred read-onlysearch_postsKeyword search across titles, intros, extracts, categories, and slugs.
Inferred read-onlyget_post_faqsReturn generated or curated FAQ entries and agent comments for a post.
Potential side effectsget_user_questionsReturn persisted reader/agent questions stored in the Notion article under 'La gente pregunta sobre esto'.
Inferred read-onlyget_personaReturn the primary Internet es Cool AI persona (LucIA — parent digital guide) as Spanish markdown, JSON, or prompt-only block for agent building.
Inferred read-onlyget_designReturn Internet es Cool design system (DESIGN.md) as full markdown, JSON, or named directives for UI agents.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for internetes.cool was fetched 2026-07-27T06:58:57.097Z and is being refreshed.
internetes.cool is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.