INDIVIDUAL MCP TOOL
get_blog_post
Get a single apexAI blog post by slug, including its full content as Markdown.
LIVE ENDPOINT
https://apex-ai.ch/mcp
Connect to this endpoint to inspect the live schema for get_blog_post and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.apex-ai]
url = "https://apex-ai.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apex-ai": {
"type": "http",
"url": "https://apex-ai.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apex-ai
Remote MCP URL: https://apex-ai.ch/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": {
"apex-ai": {
"url": "https://apex-ai.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apex-ai": {
"type": "http",
"url": "https://apex-ai.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apex-ai",
"transport": "streamable-http",
"url": "https://apex-ai.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List all apexAI service offerings.get_service— Get detailed information about a specific apexAI service by slug.list_products— List apexAI products (apexTranscribe, apexAcquire, Swiss Knowledge Hub).get_product— Get detailed information about an apexAI product by slug, including pricing plans.get_pricing— Get pricing plans for apexAI products (apexTranscribe, apexAcquire).list_testimonials— List client testimonials with quotes and company information.get_team— Get apexAI co-founder information.get_company_info— Get Elevate Solutions GmbH company metadata.