Connect any AI assistant — Claude, Cursor, and other MCP-compatible tools — directly to our website. It can read our blog, understand what we do, and even reach out on your behalf. It’s free, needs no account, and you add it with a single URL.
MCP (Model Context Protocol) is an open standard that lets AI assistants securely connect to external tools and data. Our MCP exposes the public parts of this website so your AI can answer questions about GrowthHasten accurately — straight from the source — instead of guessing.
It’s completely open — no account, no API key, no secret. Just add the URL and go.
It reads our public content. The only thing it can change is sending us a message — and only when you ask.
Any MCP-compatible client — Claude (web & desktop), Cursor, and more — can connect the same way.
Ask your AI “what does GrowthHasten do?” and it pulls our services, positioning, and author straight from the live site.
Find articles on a topic — technical SEO, GEO, content strategy — ranked by relevance, without leaving your chat.
Pull a full post and have your AI summarize it, extract the key takeaways, or answer specific questions about it.
List every category and tag to see the full range of what we publish at a glance.
Let your AI review our work and writing so your first conversation with us starts miles ahead.
Ask the AI to send us a message through the contact form — a project inquiry, a question, or just a hello.
You don’t call these directly — your AI picks the right one for your question. Here’s everything it has access to.
list_blogsList published posts (filter by category, tag, or limit).read-only
search_blogsKeyword search across every published article.read-only
get_blogFetch one post by slug, including the full article content.read-only
list_categoriesAll blog categories (with counts) and tags.read-only
get_site_infoSite overview — what we do, navigation, socials, and author.read-only
submit_contact_formSend us a message. The only action — used only when you explicitly ask.only action
The fastest way needs nothing installed — just a URL. Developers can also run the open-source server locally.
Recommended · nothing to install
In Claude (web or desktop): Settings → Connectors → Add custom connector. Give it a name, paste the URL below, and leave authentication empty.
https://growthhasten.com/api/mcp-connect/mcpWorks with any client that supports remote MCP servers. No header, no key.
For Claude Desktop / Cursor / Code
Build the open-source growthhasten-mcp server, then add it to your client’s MCP config:
{
"mcpServers": {
"growthhasten": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"],
"env": { "API_BASE_URL": "https://growthhasten.com" }
}
}
}Set API_BASE_URL to this site. No secret needed.
Once connected, try asking your AI:
“Using GrowthHasten, find recent articles about GEO and summarize the key takeaways.”
This MCP is intentionally limited to the public parts of our site. It’s completely separate from any admin tooling and holds no keys to it.
The MCP is a great way to explore — but when you’re ready to grow, we’re here.