Skip to main content
Glama

Twitter MCP Server

by GenAIwithMS
formatter.ts•362 B
export function formatSuccessResponse(message: string, data: any) { return { status: 'success', message, data, }; } export function formatErrorResponse(message: string, error: unknown) { const errorMessage = error instanceof Error ? error.message : String(error); return { status: 'error', message, error: errorMessage, }; }

Latest Blog Posts

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/GenAIwithMS/twitter-mcp'

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