MCP Integration Guide
Connect EZBiz MCP servers to your AI assistant in a few steps.
Supported Clients
- Claude Desktop
- Cursor
- Windsurf
- Any MCP-compatible client
Setup for Claude Desktop
Add the server configuration to your Claude Desktop settings:
{
"mcpServers": {
"ezbiz-bizintel": {
"url": "https://mcp-bizintel.ezbizservices.com/sse",
"transport": "sse"
},
"ezbiz-seo": {
"url": "https://mcp-seo.ezbizservices.com/sse",
"transport": "sse"
},
"ezbiz-social": {
"url": "https://mcp-social.ezbizservices.com/sse",
"transport": "sse"
}
}
}
When you first use a tool, you'll be prompted to authenticate via OAuth.
Setup for Cursor
In Cursor settings, add each MCP server URL under the MCP configuration section. Use the same URLs as above.
Using Tools
Once connected, your AI assistant will have access to all tools on the configured servers. Simply ask your assistant to perform a task:
- "Research the HVAC market in Texas"
- "Audit the SEO of example.com"
- "Generate a LinkedIn post about our new product launch"
- "Find government contracts for IT consulting"
The assistant will automatically select and call the appropriate MCP tool.
Tier Access
Your subscription tier determines which tools and how much data you can access. The tools automatically respect your tier — no additional configuration needed.
Troubleshooting
"Authentication required" error: Your OAuth token may have expired. Re-authenticate through your MCP client.
"Rate limit exceeded": You've hit your tier's rate limit. Wait a few minutes or upgrade your plan.
Tools not appearing: Make sure the server URL is correct and the server is reachable. Check your MCP client's logs for connection errors.