Skip to main content
Glama
WhyFaust

Faust Threads MCP

by WhyFaust

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THREADS_ACCESS_TOKENYesAccess token for the Meta Threads API.
THREADS_ENABLE_WRITESNoSet to '1' to enable write operations (publish posts/replies). Disabled by default.0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
threads_latest_postsC

Fetch real latest posts with cursor pagination.

threads_post_insightsB

Fetch all documented media insight metrics.

threads_account_insightsC

Fetch documented user insights with explicit coverage and window.

threads_follower_demographicsB

Fetch follower demographics for one documented breakdown.

threads_publish_postD

Publish only with explicit environment enablement and author approval receipt.

threads_publish_replyC

Publish a reply only with explicit environment enablement and author approval receipt.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a clearly distinct resource and action: feed retrieval, post-level insights, account-level insights, follower demographics, publishing a post, and publishing a reply. Even the two insights tools are explicitly separated by media metrics versus user metrics.

Naming Consistency4/5

All tools share the threads_ prefix and use readable snake_case, which makes the set feel cohesive. However, read tools use noun phrases like threads_post_insights while write tools use publish_ verbs, so the convention is not uniformly verb_noun.

Tool Count5/5

Six tools is well-scoped for a Threads-focused server. Each tool covers a distinct need without unnecessary bloat or redundancy.

Completeness4/5

The server covers the core Threads workflows: reading posts, fetching insights, viewing demographics, and publishing content. It is missing update/delete operations and perhaps single-post retrieval, but these are not critical for the apparent analytics-and-publishing focus.

Maintenance

ActivityMaintained
ResponsivenessNo issues