Skip to main content
Glama

Twitter MCP Server

mapInfluenceNetwork

Analyze and visualize Twitter user influence networks by mapping connections such as followers, following, and mutual links around a central user to uncover patterns and relationships.

Instructions

Map user influence network and connection patterns

Input Schema

NameRequiredDescriptionDefault
centerUserYesCentral user to map network around
connectionTypesNoTypes of connections to analyze
depthNoNetwork depth to analyze (default: 2)

Input Schema (JSON Schema)

{ "properties": { "centerUser": { "description": "Central user to map network around", "type": "string" }, "connectionTypes": { "description": "Types of connections to analyze", "items": { "enum": [ "followers", "following", "mutual" ], "type": "string" }, "type": "array" }, "depth": { "description": "Network depth to analyze (default: 2)", "maximum": 3, "minimum": 1, "type": "number" } }, "required": [ "centerUser" ], "type": "object" }

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