Skip to main content
Glama

Server Details

Threads tools for AI — generate viral posts, download videos, export profiles

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
postcopilot_download_videoInspect

Download a video from a Threads post URL. Returns direct video download URLs (no watermark). The URL must be a Threads post containing a video (e.g. https://www.threads.com/@user/post/ABC123).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe Threads post URL containing the video
postcopilot_export_profileInspect

Export all posts from a Threads user profile. Provide the profile URL (e.g. https://www.threads.com/@username) and get structured post data including text, likes, replies, reposts, media, and timestamps.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe Threads profile URL (e.g. https://www.threads.com/@username)
modeNoExport mode: 'fast' (HTTP only, ~5 posts), 'full' (browser, more posts), 'auto' (tries fast, falls back to full)auto
postcopilot_generate_postInspect

Generate a viral Threads post using a fine-tuned AI model. Provide a topic or idea and get a ready-to-post caption. Returns the generated text.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNoAI model to use: 'gpt' (fine-tuned GPT, default) or 'llama' (Together AI Llama)gpt
messageYesThe topic, idea, or prompt for the Threads post
postcopilot_read_guideInspect

Read a PostCopilot blog post / guide about Threads. Returns the full text content. Use postcopilot://blog/catalog resource first to see available guides, or provide a topic to search.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesTopic to search for (e.g. "viral", "video download", "export followers", "analytics") or a blog slug

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.