Server Details
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- LeadDelta/ld-mcp-server
- GitHub Stars
- 0
See and control every tool call
Available Tools
2 toolsget_connections_listInspect
Retrieve a list of connections associated with the user's LeadDelta account.
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | The number of records to skip for pagination. | |
| limit | No | The maximum number of records to return. |
get_connections_mcpInspect
Retrieve a filtered list of connections from LeadDelta. You can filter by firstName, lastName, location, jobTitle, company, or headline. This is useful for finding specific connections or groups of connections that match certain criteria.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of records to return. | |
| company | No | Filter connections by company (partial match, case-insensitive). | |
| headline | No | Filter connections by headline (partial match, case-insensitive). | |
| jobTitle | No | Filter connections by job title (partial match, case-insensitive). | |
| lastName | No | Filter connections by last name (partial match, case-insensitive). | |
| location | No | Filter connections by location (partial match, case-insensitive). | |
| firstName | No | Filter connections by first name (partial match, case-insensitive). |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.