← Index

Parsley - Buyer Intent Signals

io.github.peterjduffy/parsley-mcp·v0.1.2·Other
Quality Score
85
/100

Query buyer intent signals, MEDDIC qualifications, and lead scores from Parsley.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://www.parsley.id/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "parsley-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tryparsley/mcp-server"
      ],
      "env": {
        "PARSLEY_API_KEY": "<your-parsley_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "parsley-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tryparsley/mcp-server"
      ],
      "env": {
        "PARSLEY_API_KEY": "<your-parsley_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tryparsley/mcp-server
§02  Environment variables
PARSLEY_API_KEY
requiredsecret

Your Parsley API key (starts with pk_live_). Generate one at parsley.id/hub/api-keys

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other