Content Tools
harwayexperience.com
Provides access to workshops, services, case studies, and blog posts from HARWAY Experience.
ENDPOINT 1
https://www.harwayexperience.com/api/mcp
Known tools 9
list_workshopsList the published, bookable HARWAY Experience workshops (title, level, format, price, detail URL).
Inferred read-onlylist_servicesList the HARWAY Experience services: Design Systems, AI-native product development and Agentic Web.
Inferred read-onlyget_company_infoGet company details, location, contact channels (email, contact form, discovery call) and the service overview.
Potential side effectssubmit_inquiryCreate a qualified project inquiry in the CRM and notify the team.
Potential side effectsrequest_workshop_bookingRecord the booking intent for a workshop session in the CRM and return the Stripe payment link to complete the booking.
Potential side effectsrequest_auditRecord 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for harwayexperience.com was fetched 2026-08-31T20:54:00.641Z.
harwayexperience.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.