Skip to main content
Glama
moonlabsai

EnrichB2B MCP Server

by moonlabsai

Servidor de plantillas MCP

Un servidor de plantillas que implementa el Protocolo de Contexto de Modelo (MCP) con integración de OpenAI, Anthropic y EnrichB2B.

Configuración

  1. Crear un entorno virtual:

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Instalar dependencias:

pip install -r requirements.txt
  1. Configurar variables de entorno:

cp .env.example .env
# Edit .env with your API keys and configuration

Related MCP server: Prospeo MCP Server

Ejecución del servidor

Modo de desarrollo:

python server.py

O usando MCP CLI:

mcp dev server.py

Características

  • Integración de OpenAI GPT-4

  • Integración antrópica de Claude

  • Integración de datos de LinkedIn de EnrichB2B

  • Servidor FastAPI y Uvicorn

  • Configuración del entorno

  • Recursos y herramientas de ejemplo

  • Diseño de proyecto estructurado

Estructura del proyecto

.
├── .env.example          # Template for environment variables
├── .gitignore           # Git ignore rules
├── README.md            # This file
├── requirements.txt     # Python dependencies
├── enrichb2b.py        # EnrichB2B API client
└── server.py           # MCP server implementation

Uso

  1. Iniciar el servidor

  2. Conéctese usando cualquier cliente MCP

  3. Utilice las herramientas y recursos proporcionados:

    • config://app - Obtener la configuración del servidor

    • get_profile_details - Obtener información del perfil de LinkedIn

    • get_contact_activities : obtén las actividades y publicaciones recientes de los usuarios de LinkedIn

    • gpt4_completion - Generar texto usando GPT-4

    • claude_completion - Generar texto usando Claude

    • analysis_prompt - Plantilla para análisis de texto

Herramientas EnrichB2B

obtener_detalles_del_perfil

Obtenga información detallada sobre un perfil de LinkedIn:

result = await get_profile_details(
    linkedin_url="https://www.linkedin.com/in/username",
    include_company_details=True,
    include_followers_count=True
)

obtener_actividades_de_contacto

Obtenga actividades y publicaciones recientes de un perfil de LinkedIn:

result = await get_contact_activities(
    linkedin_url="https://www.linkedin.com/in/username",
    pages=1,  # Number of pages (1-50)
    comments_per_post=1,  # Comments per post (0-50)
    likes_per_post=None  # Likes per post (0-50)
)

Desarrollo

Para agregar nuevas funciones:

  1. Agregue nuevas herramientas usando el decorador @mcp.tool()

  2. Agregue nuevos recursos usando el decorador @mcp.resource()

  3. Agregue nuevos mensajes usando el decorador @mcp.prompt()

Licencia

Instituto Tecnológico de Massachusetts (MIT)

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables seamless interaction with LinkedIn for job applications, profile retrieval, feed browsing, and resume analysis through natural language commands.
    31
  • F
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server that enables AI assistants to interact with LinkedIn APIs for profile management, content creation, networking, messaging, and analytics.
    2
  • A
    license
    A
    quality
    F
    maintenance
    An unofficial Model Context Protocol server that provides LinkedIn tools for searching users, enriching profiles, retrieving contact information, and conducting deep research through natural language interfaces.
    5
    13
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

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/moonlabsai/enrich_b2b_mcp'

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