← Registry

Social Media

tareno.co

Manages social media accounts, posts, publishing, and analytics.

1 endpoint21 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://tareno.co/api/mcp

No auth detected

MCP server metadata

Name
tareno
Version
1.1.0
Capabilities
tools.listChanged

Known tools 21

list_workspaces

Returns workspaces owned by or shared with the authenticated Tareno user.

Inferred read-only
list_accounts

Returns connected social accounts that can be used for publishing or analytics.

Inferred read-only
get_platform_schema

Returns the server-derived publishing capabilities and requirements for one connected account.

Inferred read-only
get_platform_options

Returns whitelisted dynamic options such as Pinterest boards or TikTok creator information.

Inferred read-only
list_posts

Lists drafts, scheduled, published, processing, or failed posts for calendar and queue management.

Inferred read-only
get_post

Returns full details for a single Tareno post.

Potential side effects
create_drafts

Creates up to 50 draft posts atomically without scheduling or publishing them.

Inferred read-only
update_draft

Updates editable fields on an existing draft post.

Potential side effects
schedule_posts

Requests approval to schedule up to 50 posts for future publication.

Inferred read-only
publish_posts

Requests approval to publish up to 50 posts immediately to external platforms.

Potential side effects
reschedule_post

Changes the scheduled time of an existing scheduled post.

Potential side effects
update_scheduled_post

Requests approval to change the content or media of a scheduled post.

Potential side effects
delete_post

Requests approval to permanently delete a draft or scheduled post.

Potential side effects
list_media

Lists media library assets available to the user.

Inferred read-only
get_social_media_transcript

Extracts the real spoken transcript and available timestamp segments from a public social video URL.

Inferred read-only
get_social_video_download

Resolves a public social video URL into an ephemeral downloadable video URL without copying the file into the media library.

Inferred read-only
upload_media_from_url

Downloads a public HTTPS image or video into the authenticated user's Tareno media library.

Inferred read-only
get_analytics_overview

Returns cross-platform analytics overview for the current user.

Inferred read-only
get_platform_analytics

Returns analytics for a specific platform and optional account.

Inferred read-only
get_content_strategy

Generates analytics-backed recommendations and repurposing opportunities.

Inferred read-only
get_action_status

Returns the current status and per-item result for a Tareno MCP approval action.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tareno]
url = "https://tareno.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tareno": {
      "type": "http",
      "url": "https://tareno.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tareno
Remote MCP URL: https://tareno.co/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tareno": {
      "url": "https://tareno.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tareno": {
      "type": "http",
      "url": "https://tareno.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tareno",
  "transport": "streamable-http",
  "url": "https://tareno.co/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.