ENDPOINT 1
https://tareno.co/api/mcp
MCP server metadata
- Name
- tareno
- Version
- 1.1.0
Known tools 21
list_workspacesReturns workspaces owned by or shared with the authenticated Tareno user.
Inferred read-onlylist_accountsReturns connected social accounts that can be used for publishing or analytics.
Inferred read-onlyget_platform_schemaReturns the server-derived publishing capabilities and requirements for one connected account.
Inferred read-onlyget_platform_optionsReturns whitelisted dynamic options such as Pinterest boards or TikTok creator information.
Inferred read-onlylist_postsLists drafts, scheduled, published, processing, or failed posts for calendar and queue management.
Inferred read-onlycreate_draftsCreates up to 50 draft posts atomically without scheduling or publishing them.
Inferred read-onlyschedule_postsRequests approval to schedule up to 50 posts for future publication.
Inferred read-onlypublish_postsRequests approval to publish up to 50 posts immediately to external platforms.
Potential side effectsupdate_scheduled_postRequests approval to change the content or media of a scheduled post.
Potential side effectsget_social_media_transcriptExtracts the real spoken transcript and available timestamp segments from a public social video URL.
Inferred read-onlyget_social_video_downloadResolves a public social video URL into an ephemeral downloadable video URL without copying the file into the media library.
Inferred read-onlyupload_media_from_urlDownloads a public HTTPS image or video into the authenticated user's Tareno media library.
Inferred read-onlyget_analytics_overviewReturns cross-platform analytics overview for the current user.
Inferred read-onlyget_platform_analyticsReturns analytics for a specific platform and optional account.
Inferred read-onlyget_content_strategyGenerates analytics-backed recommendations and repurposing opportunities.
Inferred read-onlyget_action_statusReturns the current status and per-item result for a Tareno MCP approval action.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.