MCP テンプレート サーバー
OpenAI、Anthropic、EnrichB2B を統合した Model Context Protocol (MCP) を実装するテンプレート サーバー。
設定
- 仮想環境を作成します。
- 依存関係をインストールします:
- 環境変数を設定します。
サーバーの実行
開発モード:
または、MCP CLI を使用します。
特徴
- OpenAI GPT-4統合
- 人類学的クロード積分
- EnrichB2B LinkedInデータ統合
- FastAPIとUvicornサーバー
- 環境設定
- リソースとツールの例
- 構造化されたプロジェクトレイアウト
プロジェクト構造
使用法
- サーバーを起動する
- 任意のMCPクライアントを使用して接続する
- 提供されているツールとリソースを使用します。
config://app
- サーバー構成を取得するget_profile_details
- LinkedIn プロフィール情報を取得するget_contact_activities
- LinkedIn ユーザーの最近のアクティビティと投稿を取得しますgpt4_completion
- GPT-4を使用してテキストを生成するclaude_completion
- Claudeを使用してテキストを生成するanalysis_prompt
- テキスト分析用のテンプレート
EnrichB2Bツール
プロフィールの詳細を取得する
LinkedIn プロフィールの詳細情報を取得します。
連絡先アクティビティの取得
LinkedIn プロフィールから最近のアクティビティと投稿を取得します。
発達
新しい機能を追加するには:
@mcp.tool()
デコレータを使用して新しいツールを追加する@mcp.resource()
デコレータを使用して新しいリソースを追加する@mcp.prompt()
デコレータを使用して新しいプロンプトを追加する
ライセンス
マサチューセッツ工科大学
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.
モデルコンテキストプロトコルを実装するサーバー。これにより、ユーザーは EnrichB2B API を介して LinkedIn プロフィール情報とアクティビティ データを取得し、OpenAI GPT-4 または Anthropic Claude モデルを使用してテキストを生成できるようになります。
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 -19Python
- AsecurityAlicenseAqualityEnables AI assistants to interact with LinkedIn data through the Model Context Protocol, allowing profile searches, job discovery, messaging, and network analytics.Last updated -281811TypeScriptMIT License
- AsecurityFlicenseAqualityAn unofficial Model Context Protocol server that enables programmatic access to LinkedIn data through tools like user search, company search, profile enrichment, and contact retrieval.Last updated -75532TypeScript
- -securityFlicense-qualityA comprehensive Model Context Protocol server that enables AI assistants to interact with LinkedIn APIs for profile management, content creation, networking, messaging, and analytics.Last updated -Python