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.

评论

其他 分类下的更多 MCP 服务器