EnrichB2B MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Manages environment configuration for API keys and server settings.
Powers the underlying server architecture for the MCP implementation.
Supports version control with provided .gitignore rules for the project.
MCP Template Server
A template server implementing the Model Context Protocol (MCP) with OpenAI, Anthropic, and EnrichB2B integration.
Setup
- Create a virtual environment:
- Install dependencies:
- Set up environment variables:
Running the Server
Development mode:
Or using MCP CLI:
Features
- OpenAI GPT-4 integration
- Anthropic Claude integration
- EnrichB2B LinkedIn data integration
- FastAPI and Uvicorn server
- Environment configuration
- Example resources and tools
- Structured project layout
Project Structure
Usage
- Start the server
- Connect using any MCP client
- Use the provided tools and resources:
config://app
- Get server configurationget_profile_details
- Get LinkedIn profile informationget_contact_activities
- Get LinkedIn user's recent activities and postsgpt4_completion
- Generate text using GPT-4claude_completion
- Generate text using Claudeanalysis_prompt
- Template for text analysis
EnrichB2B Tools
get_profile_details
Get detailed information about a LinkedIn profile:
get_contact_activities
Get recent activities and posts from a LinkedIn profile:
Development
To add new features:
- Add new tools using the
@mcp.tool()
decorator - Add new resources using the
@mcp.resource()
decorator - Add new prompts using the
@mcp.prompt()
decorator
License
MIT
This server cannot be installed
A server implementing the Model Context Protocol that enables users to retrieve LinkedIn profile information and activity data via EnrichB2B API, and generate text using OpenAI GPT-4 or Anthropic Claude models.