A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
Last updated -
10
77
Python
MIT License
一个可扩展的模型上下文协议服务器,提供对社交平台数据和链上数据的标准化访问。目前支持 Farcaster(通过 Neynar API),并带有用于 Twitter 集成的占位符。更多类似 Telegram 的平台(包含链上数据)即将添加。
NEYNAR_API_KEY
social://{platform}/{query}/search
- 在平台上搜索内容social://{platform}/user/{userId}/profile
- 获取用户资料social://{platform}/wallet/{walletAddress}/profile
- 通过钱包地址获取用户资料(仅限 Farcaster)social://{platform}/user/{userId}/balance
- 获取用户钱包余额(仅限 Farcaster)social://{platform}/wallet/{walletAddress}/profile
- 通过钱包地址获取用户资料social://{platform}/user/{userId}/content
- 获取用户内容social://{platform}/thread/{threadId}
- 获取对话线程social://{platform}/trending
- 获取热门话题social://{platform}/trending-feed
- 获取具有多提供商支持的热门 feed 内容(仅限 Farcaster)search-content
- 在社交平台上搜索内容get-user-profile
- 获取用户的个人资料信息get-user-profile-by-wallet
- 使用钱包地址获取用户资料(仅限 Farcaster)get-user-balance
- 获取用户钱包余额(仅限 Farcaster)get-user-content
- 从特定用户获取内容get-thread
- 获取对话线程get-trending-topics
- 获取当前热门话题getTrendingFeed
- 获取支持多供应商的热门资讯(仅限 Farcaster)get-wallet-profile
- 根据钱包地址获取个人资料analyze-thread
- 分析社交媒体线程summarize-user-activity
- 总结用户的活动explore-trending-topics
- 探索平台上的热门话题analyze-search-results
- 分析查询的搜索结果explore-trending-feed
- 分析不同提供商的热门 feed 内容get-wallet-profile
- 通过钱包地址获取并分析用户资料check-user-balance
- 分析用户的钱包余额和持有量要添加新的社交平台提供商:
src/providers/
中创建一个新目录ContentProvider
接口例子:
麻省理工学院
欢迎贡献代码!欢迎提交 Pull 请求。
该项目的所有显著变化都将记录在此文件中。
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.
可扩展的模型上下文协议服务器,为 LLM 提供对社交平台数据(当前为 Farcaster)和链上数据的标准化访问。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Beyond-Network-AI/beyond-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server