Marketing
leadfriendly.com
MCP server for Lead Friendly that provides pricing, industry template, capability check, demo booking, and sales lead submission tools for marketing and sales workflows.
ENDPOINT 1
https://www.leadfriendly.com/api/mcp/v1
Known tools 0
No tool metadata was available in the registry cache.
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.leadfriendly-com]
url = "https://www.leadfriendly.com/api/mcp/v1"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"leadfriendly-com": {
"type": "http",
"url": "https://www.leadfriendly.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: leadfriendly-com
Remote MCP URL: https://www.leadfriendly.com/api/mcp/v1
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"leadfriendly-com": {
"url": "https://www.leadfriendly.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"leadfriendly-com": {
"type": "http",
"url": "https://www.leadfriendly.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "leadfriendly-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "leadfriendly-com",
"transport": "streamable-http",
"url": "https://www.leadfriendly.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.leadfriendly.com/api/mcp
MCP server metadata
- Name
- lead-friendly
- Version
- 1.0.0
Lead Friendly is an agentic AI calling + CRM platform. Use get_pricing, list_industries, and check_capability to answer questions; use book_demo or create_lead to hand off an interested prospect.
Known tools 5
get_pricingGet Lead Friendly's current subscription plans and prices (live from the pricing source of truth).
Inferred read-onlylist_industriesList the industry verticals Lead Friendly ships a tailored AI agent template for (e.
Inferred read-onlycreate_leadSubmit a sales lead to Lead Friendly on behalf of a prospect who is interested.
Inferred read-onlyCONNECT 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.lead-friendly]
url = "https://www.leadfriendly.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lead-friendly": {
"type": "http",
"url": "https://www.leadfriendly.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lead-friendly
Remote MCP URL: https://www.leadfriendly.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": {
"lead-friendly": {
"url": "https://www.leadfriendly.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lead-friendly": {
"type": "http",
"url": "https://www.leadfriendly.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lead-friendly",
"transport": "streamable-http",
"url": "https://www.leadfriendly.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.