← harwayexperience.com

INDIVIDUAL MCP TOOL

list_blog_posts

List the published HARWAY Experience blog posts.

harwayexperience.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_workshops — List the published, bookable HARWAY Experience workshops (title, level, format, price, detail URL).
  • get_workshop — Get one workshop incl.
  • list_services — List the HARWAY Experience services: Design Systems, AI-native product development and Agentic Web.
  • list_cases — List the published HARWAY Experience case studies / reference projects.
  • get_company_info — Get company details, location, contact channels (email, contact form, discovery call) and the service overview.
  • submit_inquiry — Create a qualified project inquiry in the CRM and notify the team.
  • request_workshop_booking — Record the booking intent for a workshop session in the CRM and return the Stripe payment link to complete the booking.
  • request_audit — Record interest in the fixed-price AI Agent Readiness Audit für Commerce (€3,500 net, two weeks) in the CRM and return the Stripe payment link to book it; the human completes the secure Stripe checkout, never the agent.