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.
npx agentmods add instructions/prakharagarwal-dev/linkedin-mcp-server/agents-mdgit clone --depth 1 https://github.com/prakharagarwal-dev/linkedin-mcp-serverWrote 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.
[](https://agentmods.dev/instructions/prakharagarwal-dev/linkedin-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/prakharagarwal-dev/linkedin-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/prakharagarwal-dev/linkedin-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00687 | $0.00687 |
| Opus 5 | $0.00344 | $0.00344 |
| Sonnet 5 | $0.00137 | $0.00137 |
| Haiku 4.5 | $0.00069 | $0.00069 |
Grade A, and why
linkedin-mcp-server AGENTS.md 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Instructions
Product boundary
- This repository is a standalone Python MCP server. It must not import from or
depend on
startup-scanneror another LinkedIn MCP server. - The server exposes typed LinkedIn capabilities. It does not contain agents, LangGraph, natural-language planning, ranking, scheduling, or an LLM runtime.
- LinkedIn access is contract-driven and limited to configured hosts, declared surfaces, accounts, one local process, one browser worker, and internal navigation timing.
- Do not expose generic browser, JavaScript, network, click, or navigation tools.
- Read and account-changing capabilities are separate. Each account-changing tool is one complete action call. Tool availability and the MCP client's approval policy are the authorization boundary; the server does not maintain a second scope, preview, or idempotency permission layer. Write annotations request interactive confirmation by default, while explicit durable per-tool client configuration may authorize unattended invocation.
Access and secrets
- Use only visible LinkedIn web UI surfaces through Playwright.
- Do not implement CAPTCHA bypass, proxy rotation, fingerprint spoofing, credential harvesting, or private endpoint access.
- Never commit cookies, browser storage state, encryption keys, passwords,
database credentials, API tokens, or
.envfiles. - Pause live access on authentication expiry, checkpoints, restriction pages, permission failures, or configuration errors.
Technical conventions
- Python 3.12+, strict Pyright, Ruff, Pydantic v2, and async I/O.
- Use the official
mcpPython SDK and official Playwright async API. - Use an in-process
asyncio.Queuefor local capability execution and process-local memory for calls, observations, and evidence. The browser profile is the only server-owned authentication persistence. Client approval choices are not stored as server authorization records. Do not add a database or external work queue. - Keep MCP transport wiring, policy, operation-state storage, browser mechanics, page extraction, and domain contracts in separate modules.
- Store immutable field-level evidence with source URL and capture time.
- Prefer accessible, user-facing Playwright locators.
- Every operation must be bounded and observable. Read operations may replay safely. Every write-tool invocation is a new action and must never be retried automatically after its final LinkedIn control may have been invoked.
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.
- 4d ago First seen · 69 lines · 687 tokens per session scan A 9c541d6ea038
linkedin-mcp-server AGENTS.md is an instructions file published in the GitHub repository prakharagarwal-dev/linkedin-mcp-server (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 687 tokens to every session, about $0.0034 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.
Other instructions, from other repositories
sap-mcp-servers AGENTS.md
Instructions for marianfoo/sap-mcp-servers, covering agents.md — sap-mcp-servers monorepo, what this repo is, the one thing to know: build order, first-time setup and everyday commands (run from repo root).
sap-mcp-servers CLAUDE.md
Instructions for marianfoo/sap-mcp-servers: This repo's contributor/agent guide lives in AGENTS.md — read that. It applies to all agents (Claude Code, Codex, Cursor, …), not just Codex, and covers the workspace layout, the build order (auth first), the env contract, secrets policy, and the release/publish flow.
mcp-recipe-shopping-list AGENTS.md
AGENTS.md instructions for KrivchenkoEgor/mcp-recipe-shopping-list, covering ⛔ критические запреты (читать первым), 1. 🚫 картинки в чате запрещены, 2. 🚫 оба сайта — spa (javascript-heavy), 3. 🚫 не формируем корзину — только список покупок and 4. 🚫 уважение к серверам.
freetaxusa-mcp CLAUDE.md
Claude Code instructions for schwarztim/freetaxusa-mcp, covering freetaxusa mcp server, architecture, commands, tool categories and phase 1 (implemented).
tradingview-mcp AGENTS.md
AGENTS.md instructions for moeuu/tradingview-mcp, covering repository instructions and codex review waiting.
lastest CLAUDE.md
Claude Code instructions for las-team/lastest, covering claude.md, critical rules, commands, tesseract. part of the default compose stack; set and ocrserviceurl=http://localhost:8891 in .env.local.