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를 통해)를 지원하며, 트위터 통합을 위한 플레이스홀더도 제공합니다. Telegram 등 온체인 데이터를 포함하는 더 많은 플랫폼이 곧 추가될 예정입니다.
지엑스피1
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
- 다중 공급자 지원을 통해 트렌드 피드 콘텐츠를 받으세요(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
- 다양한 공급업체의 트렌드 피드 콘텐츠 분석get-wallet-profile
- 지갑 주소로 사용자 프로필을 가져오고 분석합니다.check-user-balance
- 사용자의 지갑 잔액 및 보유 자산 분석새로운 소셜 플랫폼 제공자를 추가하려면:
src/providers/
에 새 디렉토리를 만듭니다.ContentProvider
인터페이스를 구현합니다예:
MIT
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
이 프로젝트의 모든 주요 변경 사항은 이 파일에 기록됩니다.
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