Beyond MCP Server

get-user-profile

Retrieve user profiles from social platforms (Farcaster, Twitter, Telegram) using specified user IDs or usernames, enabling standardized access to user data for integration with LLMs.

Input Schema

NameRequiredDescriptionDefault
platformYesSocial platform (farcaster, twitter, telegram)
userIdYesUser ID or username on the platform

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "platform": { "description": "Social platform (farcaster, twitter, telegram)", "type": "string" }, "userId": { "description": "User ID or username on the platform", "type": "string" } }, "required": [ "platform", "userId" ], "type": "object" }

You must be authenticated.

Other Tools from Beyond MCP Server

Related Tools

ID: lxmmleqcl8