← andekian.com

INDIVIDUAL MCP TOOL

list_blog_posts

List blog posts with slug, title, date, and category.

andekian.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.andekian.com/api/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

andekian.com

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.andekian-site]
url = "https://www.andekian.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "andekian-site": {
      "type": "http",
      "url": "https://www.andekian.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "andekian-site": {
      "type": "http",
      "url": "https://www.andekian.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "andekian-site",
  "transport": "streamable-http",
  "url": "https://www.andekian.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_pages — List andekian.com's content pages (home, resume, case studies, advisory/explore pages) with their titles, descriptions, and markdown URLs.
  • get_page — Get a page's full content as markdown.
  • list_private_case_studies — Public teasers for the private (access-gated) case studies: title, company, category, and summary.
  • get_private_case_study — For entitled users only: returns what is available of a private case study over MCP.
  • match_advisory_services — Describe a business or digital challenge and get the advisory services and challenge pages on this site that best fit, with links.
  • request_consultation — Submit a consultation request to Stephen Andekian on behalf of your user.
  • request_portfolio_access — Request an access code for the private case studies under /work/private, on behalf of your user.