Skip to main content
Glama

Farcaster MCP Server

by manimohans
smithery.yaml828 B
name: farcaster-mcp description: MCP server for Farcaster network version: 1.0.0 build: type: docker dockerfile: Dockerfile startCommand: type: stdio configSchema: {} commandFunction: | (config) => { return { command: "node", args: ["build/index.js"], env: {} }; } capabilities: tools: - name: get-user-casts description: Get casts from a specific Farcaster user by FID parameters: fid: number limit: number? - name: get-channel-casts description: Get casts from a specific Farcaster channel parameters: channel: string limit: number? - name: get-username-casts description: Get casts from a specific Farcaster username parameters: username: string limit: number?

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