Skip to main content
Glama

Beyond MCP Server

get-wallet-profile

Fetch social platform profiles linked to an Ethereum wallet address. Specify the platform (e.g., Farcaster, Twitter, Telegram) and wallet to retrieve associated profile data for analysis or integration.

Input Schema

NameRequiredDescriptionDefault
platformYesSocial platform (farcaster, twitter, telegram)
walletAddressYesEthereum wallet address (0x...)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "platform": { "description": "Social platform (farcaster, twitter, telegram)", "type": "string" }, "walletAddress": { "description": "Ethereum wallet address (0x...)", "type": "string" } }, "required": [ "platform", "walletAddress" ], "type": "object" }

Other Tools from Beyond MCP Server

Related Tools

MCP directory API

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