MCP.so
ログイン

Integrate MCP Server

@NexusX-MCP

Integrate MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

NexusX-MCP

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Integrate MCP Server?

An extensible Model Context Protocol server that provides standardized access to social platform data and onchain data. It currently supports Farcaster via the Neynar API (with a placeholder for Twitter) and is designed to add more platforms like Telegram and onchain data in the future.

How to use Integrate MCP Server?

Install Node.js 16+, clone the repository, run npm install, configure a .env file with your Neynar API key, then build with npm run build and start with npm start (stdio mode) or npm run start:http (HTTP/SSE mode). For Claude Desktop, add the built server to claude_desktop_config.json with the command and optional environment variables.

Key features of Integrate MCP Server

  • Fully MCP compliant for standardized LLM interactions.
  • Multi‑platform support (Farcaster implemented, Twitter placeholder).
  • Extensible provider system to add new social platforms.
  • Optimized context formatting for LLM consumption.
  • Flexible transport: stdio and SSE/HTTP modes.

Use cases of Integrate MCP Server

  • Search Farcaster content (casts) and retrieve user profiles.
  • Analyze trending topics and trending feed from multiple providers (Neynar, OpenRank, MBD).
  • Explore channels on Farcaster, including bulk channel searches.
  • Get wallet balances and profiles for Farcaster users via FID or username.

FAQ from Integrate MCP Server

What platforms does Integrate MCP Server currently support?

Farcaster is fully implemented; Twitter exists only as a placeholder and does not work. Support for Telegram and onchain data is planned.

What are the runtime dependencies?

Node.js 16+ and a valid Neynar API key (obtainable at neynar.com). The server reads the API key from the NEYNAR_API_KEY environment variable.

Where does the data come from?

All social data is fetched live from external APIs: Farcaster data via the Neynar API. No local storage of user data is described.

What transport modes are available?

The server supports both stdio mode (default) and HTTP/SSE mode (via npm run start:http).

Are there any known limitations?

Twitter integration is not implemented. Farcaster functionality requires a valid Neynar API key. Onchain data and additional platforms are still in development.

コメント

「その他」の他のコンテンツ