Use Pendro with your Claude subscription.
Already paying for Claude Pro or Max? Connect it to Pendro and your website becomes something you run from a chat: rewrite pages, publish blog posts, schedule newsletters, add bookable services, fix your SEO — 40 tools, driven by plain English. No API keys, no extra AI bill, and nothing to install for the claude.ai path.
Connect on claude.ai
- Open claude.ai and go to Settings → Connectors → Add custom connector.
- Paste this URL and add it:
https://app.pendro.co/api/v1/mcp- Claude sends you to Pendroto approve access. You'll see exactly what it's allowed to do — approve, and every future chat can use your site's tools. Claude never sees your password, and you can revoke access at any time.
Connect Claude Desktop
Claude Desktop supports the same connector — add the URL above under Settings → Connectors. Prefer the config file? Paste this into claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\), then fully restart the app:
{
"mcpServers": {
"pendro": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://app.pendro.co/api/v1/mcp"]
}
}
}On first use it opens a browser window for the same one-time approval as claude.ai. Developers who want token-based auth or the stdio transport instead: see the MCP section of the reference docs.
Three things to try first
Paste any of these into a connected chat. Under each prompt is the tool chain Claude runs for you.
“Rewrite my homepage hero for our spring promotion and publish the change.”
list_projects → list_elements → update_element → publish_project
Claude reads your live page, rewrites the headline in place, and publishes — you approve the connection once, then it just works.
“Draft a blog post about our new opening hours in my brand voice, then schedule this week’s newsletter around it.”
get_brand_voice → draft_blog_post → schedule_newsletter
Your saved brand voice keeps the writing on-tone; the newsletter goes out on your schedule.
“Add my new deep-tissue massage service with booking slots, then check and fix that page’s SEO.”
create_booking_service → get_page_seo → update_page_seo
One prompt sets up a bookable service and tunes the page title + description search engines see.
Honest limits
- Sessions run on your Claude plan, so Claude's own usage limits apply — a long editing session counts against them like any other chat.
- Every tool call respects your Pendroplan's server-side limits, exactly as if you'd clicked the same buttons in the dashboard.
- Revoke access any time from Settings → Connected apps in your dashboard — revocation invalidates every token Claude holds, immediately.