Content Tools
andekian.com
Provides tools to list and retrieve content pages, blog posts, and public/private case studies from andekian.com.
ENDPOINT 1
https://www.andekian.com/api/mcp
MCP server metadata
- Name
- andekian-site
- Version
- 1.2.0
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_pagesList andekian.com's content pages (home, resume, case studies, advisory/explore pages) with their titles, descriptions, and markdown URLs.
Inferred read-onlylist_private_case_studiesPublic teasers for the private (access-gated) case studies: title, company, category, and summary.
Inferred read-onlyget_private_case_studyFor entitled users only: returns what is available of a private case study over MCP.
Inferred read-onlymatch_advisory_servicesDescribe a business or digital challenge and get the advisory services and challenge pages on this site that best fit, with links.
Inferred read-onlyrequest_consultationSubmit a consultation request to Stephen Andekian on behalf of your user.
Inferred read-onlyrequest_portfolio_accessRequest an access code for the private case studies under /work/private, on behalf of your user.
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.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.
andekian.com 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.