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
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.
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.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables seamless interaction with LinkedIn for job applications, profile retrieval, feed browsing, and resume analysis through natural language commands.Last updated -10Python
- -securityAlicense-qualityA Model Context Protocol server that provides comprehensive access to LinkedIn data and functionality, enabling data retrieval and user account management through the HorizonDataWave API.Last updated -2517JavaScriptMIT License
- -securityAlicense-qualityEnables AI assistants to interact with LinkedIn data through the Model Context Protocol, allowing profile searches, job discovery, messaging, and network analytics.Last updated -1TypeScriptMIT License
- -securityFlicense-qualityA middleware API that connects AI assistants like ChatGPT to Captain Data tools for extracting information from LinkedIn company and profile pages.Last updated -TypeScript