eclincher-tools

eclincher-tools is a cursor rule for Cursor from talm/eclincher-mcp-server. It costs 36 tokens per session (1,269 once invoked), scanned A, original, MIT.

A set of operating rules for Eclincher's social media tools, which manage publishing, messages, customer records, tickets, and analytics across many social networks.

In plain words
What is it for?
Use it when publishing posts, handling inbox conversations, managing CRM or tickets, or retrieving analytics through Eclincher's MCP server.
Why use it?
It helps an agent use the correct account and profile identifiers, and wait for background jobs to finish before reporting results.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/talm/eclincher-mcp-server/eclincher-tools
Clone the repo
git clone --depth 1 https://github.com/talm/eclincher-mcp-server

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eclincher-tools

README.md
[![agentmods](https://agentmods.dev/badge/rules/talm/eclincher-mcp-server/eclincher-tools.svg)](https://agentmods.dev/rules/talm/eclincher-mcp-server/eclincher-tools)
Your own site
<a href="https://agentmods.dev/rules/talm/eclincher-mcp-server/eclincher-tools"><img src="https://agentmods.dev/badge/rules/talm/eclincher-mcp-server/eclincher-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.01269
Opus 5 $0.00018 $0.00634
Sonnet 5 $0.00007 $0.00254
Haiku 4.5 $0.00004 $0.00127

Measured 6d ago against content hash d6e3419fac32, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

eclincher-tools scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

rules/eclincher-tools.mdc · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Using Eclincher tools

Eclincher manages social media over MCP across 12+ social networks: Facebook, Instagram, X/Twitter, LinkedIn, TikTok, Pinterest, YouTube, Google Business Profile, WordPress, Reddit, and Threads. Auth is OAuth 2.0 (or a static x-eclincher-api-key header, already in mcp.json); all data is scoped to the authenticated account. Follow each tool's inputSchema for exact fields — the notes below cover the non-obvious parts.

Always resolve IDs first

  1. Call list_brands to get brands. brandId is an opaque token — pass back exactly what the tool returns; never construct, parse, or guess it.
  2. Call list_accounts with that brandId to get connected profile IDs and their networks.
  3. Feed those exact IDs into publishing, inbox, and analytics calls.

Async jobs — poll for results

  • create_post returns a jobId; poll get_post_status until it completes before assuming a post went out.
  • Some analytics reports run async too; poll get_analytics_job_status by jobId.

Profiles are passed differently per tool

  • create_postprofile: an array of profile IDs (string[]).
  • get_builtin_reportprofileIds: a single profile UUID (string).
  • get_comparison_report, get_cross_channel_reportprofileIds: pipe-delimited UUIDs, e.g. uuid1|uuid2 (max 20).

Time is Unix seconds (not milliseconds)

Applies to create_post.scheduleTimes and list_inbox.startTime/endTime. Omit scheduleTimes to publish now; only schedule times in the future.

Publishing

  • create_post — schedule or publish; one call can target multiple networks at once (include every destination profile in the profile array). text max 10,000 chars; image/video are https URLs. Async → returns a jobId.
  • get_scheduled_posts — find scheduled posts by filters (time range, profiles, post types, search); returns each post's attachments with S3 URLs.
  • edit_post — edit a scheduled post. To keep existing attachments, pass them back from get_scheduled_posts; you can add new image/video URLs or replace the video (one video supported).
  • get_post_status — check an async create_post job by jobId.

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 64 lines · 36 tokens per session scan A d6e3419fac32

Subscribe to this mod's changes

eclincher-tools is a cursor rule published in the GitHub repository talm/eclincher-mcp-server (6 stars, last pushed 12d ago), licensed MIT. It adds 36 tokens to every session and 1,269 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.