Skip to main content
Glama

Farcaster MCP Server

by manimohans

get-user-casts

Retrieve Farcaster user casts by FID using this tool. Specify user ID and limit to fetch recent posts for analysis or interaction within the Farcaster network.

Instructions

Get casts from a specific Farcaster user by FID

Input Schema

NameRequiredDescriptionDefault
fidYesFarcaster user ID (FID)
limitNoMaximum number of casts to return (default: 10)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fid": { "description": "Farcaster user ID (FID)", "type": "number" }, "limit": { "description": "Maximum number of casts to return (default: 10)", "type": "number" } }, "required": [ "fid" ], "type": "object" }

Other Tools from Farcaster 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/manimohans/farcaster-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server