← enso.bot

INDIVIDUAL MCP TOOL

list_blog_posts

List enso's published blog posts (blog posts on platform-attention experiments).

enso.botnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.enso.bot/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_blog_posts 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

enso.bot

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.enso-mcp]
url = "https://www.enso.bot/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "enso-mcp": {
      "type": "http",
      "url": "https://www.enso.bot/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: enso-mcp
Remote MCP URL: https://www.enso.bot/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": {
    "enso-mcp": {
      "url": "https://www.enso.bot/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "enso-mcp": {
      "type": "http",
      "url": "https://www.enso.bot/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "enso-mcp",
  "transport": "streamable-http",
  "url": "https://www.enso.bot/mcp"
}
MCP Inspector

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

Related tools

  • get_company_info — Fetch a structured overview of enso: what the company does, its five agent surfaces, how engagements are scoped, founding team, and key URLs.
  • list_experiments — List enso's Agentic Lab experiments (platform-attention growth hack blog posts).
  • get_experiment — Fetch a single enso Agentic Lab experiment by slug.
  • list_careers — List enso's currently open roles.
  • get_career — Fetch the full description for a single enso open role by slug, including summary, responsibilities, signals and bonus criteria.