Skip to main content
Glama

Farcaster MCP Server

by manimohans

get-channel-casts

Extract and retrieve posts from a specific Farcaster channel using a channel name or URL, with options to limit the number of results fetched.

Instructions

Get casts from a specific Farcaster channel

Input Schema

NameRequiredDescriptionDefault
channelYesChannel name (e.g., 'aichannel') or URL
limitNoMaximum number of casts to return (default: 10)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel": { "description": "Channel name (e.g., 'aichannel') or URL", "type": "string" }, "limit": { "description": "Maximum number of casts to return (default: 10)", "type": "number" } }, "required": [ "channel" ], "type": "object" }
Install Server

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