Skip to main content
Glama

Twitter MCP Server

helpers.d.ts593 B
/// <reference types="node" /> import type { ClientRequestArgs } from 'http'; import type { ClientRequestMaker } from '../client-mixins/request-maker.mixin'; import { IGetHttpRequestArgs } from '../types'; import type { IComputedHttpRequestArgs } from '../types/request-maker.mixin.types'; export declare function hasRequestErrorPlugins(client: ClientRequestMaker): boolean; export declare function applyResponseHooks(this: ClientRequestMaker, requestParams: IGetHttpRequestArgs, computedParams: IComputedHttpRequestArgs, requestOptions: Partial<ClientRequestArgs>, error: any): Promise<any>;

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

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