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
Available Tools
4 toolspostcopilot_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).
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Threads profile URL (e.g. https://www.threads.com/@username) | |
| mode | No | Export 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.
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | AI model to use: 'gpt' (fine-tuned GPT, default) or 'llama' (Together AI Llama) | gpt |
| message | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!