Skip to main content
Glama
Kaiohz

Prospectio MCP API

enrich_leads.py344 B
from abc import ABC, abstractmethod from domain.entities.leads import Leads from domain.entities.profile import Profile class EnrichLeadsPort(ABC): def __init__(self, profile: Profile): self.profile = profile @abstractmethod async def execute(self, leads: Leads, profile: Profile, task_uuid: str) -> Leads: pass

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kaiohz/prospectio-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server