← Registry

Content Tools

andekian.com

Provides tools to list and retrieve content pages, blog posts, and public/private case studies from andekian.com.

1 endpoint8 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://www.andekian.com/api/mcp

No auth detected

MCP server metadata

Name
andekian-site
Version
1.2.0
Capabilities
tools.listChanged
Server instructions

Tools over andekian.com (Stephen Andekian's portfolio site). Content tools (list_pages, get_page, list_blog_posts, list_private_case_studies, match_advisory_services) are read-only and need no authentication; get_page also covers the AI lexicon (/ai-lexicon, /ai-lexicon/<slug>) and blog posts (/blog/<slug>). The submission tools (request_consultation, request_portfolio_access) send real requests to the site owner: only call them after the human user has explicitly confirmed the exact contact details and content — never submit invented information. get_private_case_study requires an Authorization: Bearer token for an entitled user (see /auth.md).

Known tools 8

list_pages

List andekian.com's content pages (home, resume, case studies, advisory/explore pages) with their titles, descriptions, and markdown URLs.

Inferred read-only
get_page

Get a page's full content as markdown.

Inferred read-only
list_blog_posts

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

Inferred read-only
list_private_case_studies

Public teasers for the private (access-gated) case studies: title, company, category, and summary.

Inferred read-only
get_private_case_study

For entitled users only: returns what is available of a private case study over MCP.

Inferred read-only
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.

Inferred read-only
request_consultation

Submit a consultation request to Stephen Andekian on behalf of your user.

Inferred read-only
request_portfolio_access

Request an access code for the private case studies under /work/private, on behalf of your user.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for andekian.com was fetched 2026-09-24T17:09:07.585Z.

Trust status Trusted

andekian.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.