fec-campaign-finance-research

fec-campaign-finance-research is a skill for Codex from sh-patterson/fec-mcp-server. It costs 51 tokens per session (615 once invoked), scanned A, original, MIT.

A research skill for federal U.S. campaign-finance records from the Federal Election Commission, the government agency that publishes those filings. It covers candidates, committees, donations, spending, independent expenditures, and filing flags.

In plain words
What is it for?
Use it to find candidates and committees, summarize committee finances, inspect receipts or disbursements, search donors and spending, and review filing records.
Why use it?
It provides a defined way to look up federal finance records without treating missing results or filing flags as proof of wrongdoing.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to find candidates and committees, summarize committee finances, inspect receipts or disbursements, search donors and spending, and review filing records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research
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.

Any agent
npx skills add sh-patterson/fec-mcp-server --skill fec-campaign-finance-research
Clone the repo
git clone --depth 1 https://github.com/sh-patterson/fec-mcp-server

Made for: Codex.

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 fec-campaign-finance-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research/github.svg)](https://agentmods.dev/skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research)
Your own site
<a href="https://agentmods.dev/skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research"><img src="https://agentmods.dev/badge/skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fec-campaign-finance-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research"><img src="https://agentmods.dev/badge/skills/sh-patterson/fec-mcp-server/fec-campaign-finance-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 615 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00051 $0.00615
Opus 5 $0.00026 $0.00308
Sonnet 5 $0.00010 $0.00123
Haiku 4.5 $0.00005 $0.00061

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

Security

Grade A, and why

fec-campaign-finance-research 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 12d 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.

skill/fec-campaign-finance-research/SKILL.md · 34 lines

How it starts

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

FEC campaign finance research

Use the FEC MCP tools for federal records only.

  1. Run search_candidates when you need a candidate or principal committee ID.
  2. State that no result was found in the searched federal records. Do not infer that a person or race is non-federal.
  3. Use get_committee_finances for a committee-level summary.
  4. Use get_receipts, get_disbursements, or get_independent_expenditures for transaction detail.
  5. Use search_donors or search_spending only for cross-committee searches.
  6. Use get_committee_flags for filing records. Do not describe a flag as a violation.

When you compare a summary with transactions, pass the same value for cycle and two_year_transaction_period. Use narrow filters and a small limit first. State the filters, cycle, result count, and returned-row count in the answer.

OpenFEC refreshes nightly. Cached results can remain stale for up to one hour. A returned page is not a complete result set. Treat large result counts as approximate.

The following tools support continuation: search_candidates, get_receipts, get_disbursements, get_independent_expenditures, search_donors, and search_spending.

When a result includes Continuation: {"continuation":"fecp1..."}, paste that JSON value into the next call as the continuation field. Keep every other filter unchanged. Continue until the footer says Continuation: none. A keyset route can return an empty terminal page. The server rejects a token when filters change or when a token is used with a different tool.

Treat continuation tokens as unsigned, stateless, and opaque. Do not decode, edit, or construct one. Candidate tokens advance OpenFEC page numbers. Transaction tokens advance OpenFEC keyset cursors. Candidate page membership is not guaranteed to stay stable across OpenFEC refreshes.

Read the footer count status as exact, approximate, or unspecified. Report exact counts as exact records. Report approximate counts as reported records. Report unspecified counts without claiming a total. Preserve source record IDs and OpenFEC-returned URLs when you cite a record.

Read the full file on GitHub · 34 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 34 lines · 51 tokens per session scan A d34fa05cb1a5

Subscribe to this mod's changes

fec-campaign-finance-research is a skill published in the GitHub repository sh-patterson/fec-mcp-server (4 stars, last pushed 18d ago), licensed MIT. It adds 51 tokens to every session and 615 once invoked, about $0.0003 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 skills, from other repositories

openclaw-api-monitor

API monitoring and cost tracking MCP server with 5 tools for AI providers. Use when: (1) 'is OpenAI API down' or 'check Anthropic status', (2) 'how many tokens have I used today' or 'API usage stats', (3) 'alert me when I spend $50' or 'budget limit notification', (4) 'how much am I spending on each provider' or 'cost…

yedanyagamiai-cmd/openclaw-mcp-servers · 125 tokens

openclaw-crypto-payments

Skill "openclaw-crypto-payments" from yedanyagamiai-cmd/openclaw-mcp-servers, covering openclaw crypto payments v2.0, what's new in v2.0, quick start, detection triggers and named protocols.

yedanyagamiai-cmd/openclaw-mcp-servers · 115 tokens

openclaw-revenue-tracker

Revenue tracking MCP server with 4 tools for Stripe, PayPal, Gumroad, and crypto sources. Use when: (1) 'how much did I make today' or 'total revenue this month', (2) 'new order came in' or 'log this sale', (3) 'daily revenue report' or 'breakdown by product', (4) 'alert me when I hit $1000' or 'milestone…

yedanyagamiai-cmd/openclaw-mcp-servers · 120 tokens

design-mcp-server

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

cyanheads/openfec-mcp-server · 62 tokens

add-tool

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

cyanheads/openfec-mcp-server · 35 tokens

api-linter

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

cyanheads/openfec-mcp-server · 86 tokens