linkedin-mcp-server AGENTS.md

linkedin-mcp-server AGENTS.md is an instructions file for Codex, OpenCode from prakharagarwal-dev/linkedin-mcp-server. It costs 687 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a standalone Python MCP server that provides typed access to LinkedIn through visible web pages.

In plain words
What is it for?
Use them when developing or maintaining the LinkedIn MCP server, especially its allowed LinkedIn operations, browser behavior, and confirmation rules.
Why use it?
They define the server’s boundaries, access rules, secrets handling, technical conventions, and separation between reading and account-changing actions.

Instructions file for CodexOpenCode

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 instructions/prakharagarwal-dev/linkedin-mcp-server/agents-md
Clone the repo
git clone --depth 1 https://github.com/prakharagarwal-dev/linkedin-mcp-server

Made for: Codex, OpenCode.

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 linkedin-mcp-server AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/prakharagarwal-dev/linkedin-mcp-server/agents-md.svg)](https://agentmods.dev/instructions/prakharagarwal-dev/linkedin-mcp-server/agents-md)
Your own site
<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>
Per session 687 This file is loaded in full into every session.
When invoked 687 The same file — it is already loaded in full.
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 $0.00687 $0.00687
Opus 5 $0.00344 $0.00344
Sonnet 5 $0.00137 $0.00137
Haiku 4.5 $0.00069 $0.00069

Measured 4d ago against content hash 9c541d6ea038, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 69 lines

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-scanner or 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 .env files.
  • 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 mcp Python SDK and official Playwright async API.
  • Use an in-process asyncio.Queue for 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.

Read the full file on GitHub · 69 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. 4d ago First seen · 69 lines · 687 tokens per session scan A 9c541d6ea038

Subscribe to this mod's changes

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.

Related

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).

marianfoo/sap-mcp-servers · 2,497 tokens

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.

marianfoo/sap-mcp-servers · 79 tokens

mcp-recipe-shopping-list AGENTS.md

AGENTS.md instructions for KrivchenkoEgor/mcp-recipe-shopping-list, covering ⛔ критические запреты (читать первым), 1. 🚫 картинки в чате запрещены, 2. 🚫 оба сайта — spa (javascript-heavy), 3. 🚫 не формируем корзину — только список покупок and 4. 🚫 уважение к серверам.

KrivchenkoEgor/mcp-recipe-shopping-list · 7,026 tokens

freetaxusa-mcp CLAUDE.md

Claude Code instructions for schwarztim/freetaxusa-mcp, covering freetaxusa mcp server, architecture, commands, tool categories and phase 1 (implemented).

schwarztim/freetaxusa-mcp · 390 tokens

tradingview-mcp AGENTS.md

AGENTS.md instructions for moeuu/tradingview-mcp, covering repository instructions and codex review waiting.

moeuu/tradingview-mcp · 78 tokens

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.

las-team/lastest · 3,201 tokens