Skip to main content

103 posts tagged with "MCP"

Model Context Protocol

View All Tags

Copper with AI: CRM Workflows Around the Inbox

· 4 min read
MCPBundles

The easiest way to make an AI agent dangerous in a CRM is to let it act from a search result.

Search results feel like context. They have names, owners, timestamps, and sometimes a stage. That is enough to produce a confident paragraph. It is not enough to change a customer record.

Copper work usually starts vague: the account in this Gmail thread, the renewal stuck in proposal, the customer-success handoff, the stale task nobody owns. The Copper MCP server treats those questions as account work, not table lookups.

An AI sales assistant organizing Copper CRM contacts, company folders, pipeline cards, project tasks, and Gmail-style messages on a dashboard

Aircall with AI: Turning Missed Calls into Follow-Up Workflows

· 7 min read
MCPBundles

Most "AI for call centers" demos stop at call history: fetch a recent call, summarize the transcript, and move on. That is useful for a screenshot. It does not help a support or sales team run the queue.

Picture this instead. Ten calls were missed while the team was in a meeting. Two came from existing customers. One came through a number that should have been assigned to the sales queue. Three agents are marked unavailable. The tags are inconsistent, so the weekly report undercounts escalations. A manager wants the follow-up list now, not a CSV export.

We see the same pattern across support teams: the hard part is rarely one missing field. It is the scattered context around the call.

We rebuilt the Aircall MCP server around that operations loop: validate the connection, read the account shape, list and inspect calls, match contacts, understand teams and numbers, then make narrow updates only where Aircall supports them.

HUD FMR and Income Limits with AI: Housing Research Needs Source Data

· 4 min read
MCPBundles

Housing research questions are easy to ask and easy to answer badly.

"Is this county affordable?" "What does HUD say about rent here?" "Which income limit should I use?" "How much cost burden shows up in CHAS?"

A language model alone will blur Fair Market Rent, income limits, MTSP tables, and CHAS affordability data into one vague paragraph. The HUD Housing Data MCP server pulls the official HUD rows first, then explains what they mean — with geography and year range spelled out.

AI housing research dashboard showing HUD Fair Market Rent, income limits, and CHAS affordability cards

UK House Price Data with AI: EPC, Land Registry & Price-Per-Square-Foot Evidence

· 5 min read
MCPBundles

TL;DR

  • Query 30.8 million EPC certificates, 2.7 million UK postcodes, and 1.34 million persisted Land Registry–EPC matches through the UK Property Intelligence app and MCP server.
  • Resolve an address or postcode, pull HM Land Registry sold prices, join EPC floor area where the match is strong, and return price-per-square-foot bands with explicit confidence flags—not a black-box valuation.
  • Built for lenders, property analysts, retrofit planners, and AI agents who need show your working evidence before formal RICS sign-off.

Most AI valuation demos make the same mistake. A user types an address, the model returns a number, and everyone pretends the answer came from evidence.

That is backwards. UK property questions are only useful when the agent can show its working: nearby sold prices, EPC floor area, property type, transfer dates, postcode geography, match confidence, and the gaps where public data is thin.

We built UK Property Intelligence around that evidence loop — a bounded, inspectable report from sold prices, EPC records, and postcode context, not a false-certainty number.

UK property valuation evidence dashboard with sold-price cards, EPC rating tiles, postcode map, and an AI agent confidence indicator

PrestaShop with AI: Store Operations Need Workflows, Not Just Product Lookups

· 4 min read
MCPBundles

Most "AI for e-commerce" demos stop at the same trick: ask for a product, get a row back. That demos well. It does not run a store.

Picture this instead. Your summer collection went live yesterday. Half the size and colour combos are hidden. Two homepage categories are empty because nothing underneath is active. A holiday promotion expired last week but still shows on the storefront. Customers are checking out, but shipping for one zone is broken. Nobody noticed until support tickets piled up.

That is not a screenshot question. That is catalog, stock, orders, promotions, carriers, and customer messages — the work an ops lead normally walks through five admin tabs to finish.

The PrestaShop MCP server is built for those store-operation loops, not one-off product lookups.

Breezy HR with AI: Recruiting Workflows Need Stages, Not Just CRUD

· 4 min read
MCPBundles

Most ATS automation starts with a shallow question: can an agent create, read, update, and delete candidates?

That is the wrong first question. Recruiting work follows companies, open roles, pipeline stages, and candidates — not a flat contact list. If the agent only knows "update candidate," it still has to guess which role and which stage you mean.

The Breezy HR MCP server is built for recruiting workflows: see which roles are open, who is waiting in Applied or Interviewing, add a sourced candidate to the right job, and move people through stages when the hiring team is ready.

Mendeley with AI: Literature Reviews Need Reference Workflows, Not Just Search

· 6 min read
MCPBundles

Most "AI for research papers" demos stop at search: find a paper, summarize it, maybe extract a citation. Useful for a screenshot, useless for a real review.

Picture this instead. You have 240 papers saved in Mendeley for a RAG-evaluation review. Forty are missing DOIs. Eighteen have a citation record but no attached PDF. Six are duplicates from earlier exploratory searches. Your shared group library has 30 newer papers your collaborator added last week that you have not seen yet. None of that shows up in a "search the web" demo.

We rebuilt the Mendeley MCP server around that mess. An agent now works with your library as a library — saved papers, missing metadata, PDF files, folders, annotations, groups, trash, and all.

How We Score MCP Server Security: 18 Rules, Two Published Taxonomies, Zero Invented Checks

· 8 min read
MCPBundles

You paste an MCP server URL into a security analyzer. It spits out a number. You ask the obvious question: what does that number actually mean?

Most MCP scanners can't answer it. They run a bunch of regex, run a bunch of LLM prompts, and produce a verdict. If you push on the verdict, you find ad-hoc heuristics with no published source — and worse, you find marketing claims about "AI-powered security analysis" that nobody can audit.

We built MCPBundles' analyzer the other way around. Every rule cites a published taxonomy entry. If we can't cite an entry, the rule doesn't ship. The catalog is small, deliberate, and live: www.mcpbundles.com/learn/mcp-security.

This post is the "show your work" version of that page.

ClinicalTrials.gov API: Search Studies, Conditions, Sponsors, and Trial Details with AI

· 4 min read
MCPBundles

TL;DR

  • Query 586,479 registered studies on ClinicalTrials.gov live — not from a stale local mirror — through the Clinical Trials MCP server.
  • Filter by condition, intervention, phase, recruiting status, sponsor, location, and posted results without building Lucene query strings; study detail returns eligibility, arms, outcomes, and site contacts in structured fields.
  • Built for biotech landscape scans, clinical ops comparisons, patient-advocacy briefings, and research tools where the job is turn trial records into an answer, not navigate the registry one click at a time.

If you work in clinical research, biotech strategy, patient advocacy, or healthcare investing, the hard part is not knowing that ClinicalTrials.gov exists. The hard part is turning trial records into an answer you can use.

You may be trying to understand which sponsors are active in a disease area, whether a competitor has moved from phase 2 into phase 3, how strict the eligibility criteria are for a class of studies, or whether there are recruiting trials a patient advocacy team should know about. The raw registry has the data. Your actual job is to read across it quickly and explain what it means.

The Clinical Trials MCP server gives your AI agent a structured way to search studies, pull trial details, and summarize the result in the same conversation where the research question started.

SEC Executive Compensation Database: Executive Pay Data for AI Agents & REST

· 4 min read
MCPBundles

TL;DR

  • 40,726 officer-year pay records from 4,046 public companies (2017–2025), covering 17,240 named executives parsed from DEF 14A proxy statements, live in the SEC Executive Compensation MCP server.
  • Search by ticker, CIK, or executive name and get salary, bonus, stock awards, option grants, and total compensation in structured fields — not buried in a 100-page proxy PDF.
  • Built for governance research, comp consulting, investing, and journalism where the question is how much did this executive make, and what drove it?

If you work in governance research, compensation consulting, investing, board advisory, or business journalism, executive compensation data is only useful when you can compare it quickly and explain the components clearly.

The pay data lives in SEC proxy filings. Recent filings include inline XBRL tags, but the human-readable compensation tables still vary across companies. Older filings are even messier. The important numbers are inside long DEF 14A documents, footnotes, named executive officer tables, director compensation tables, pay-vs-performance sections, and company-specific formatting.

The SEC Executive Compensation MCP server is built so an agent can answer pay questions from structured SEC compensation data instead of making a user dig through proxy filings by hand.

FDIC Bank Data API: Institution Lookup for Fintech, Compliance & AI Agents

· 4 min read
MCPBundles

TL;DR

  • 4,289 active FDIC-insured institutions — $25T+ in combined reported assets as of 12/31/2025, plus 27,832 total historical rows — are queryable through the FDIC Bank Lookup MCP server.
  • Search by bank name, city, state, or certificate number and get structured institution and financial fields back inside the agent or API call, not in a separate BankFind tab.
  • Built for fintech risk, treasury ops, vendor diligence, and counterparty verification — the moment someone needs to know whether a bank is active, insured, and how large it is.

If you work in fintech risk, bank partnerships, treasury operations, vendor diligence, or financial research, FDIC data usually appears at the moment someone needs confidence about an institution.

Is this bank FDIC-insured? What is its certificate number? Is it active? How large is it? What do its profitability metrics look like? Can I compare it to another institution without leaving the report I am writing?

The FDIC Bank Lookup MCP server gives AI agents and REST clients structured access to FDIC-insured institution data.

FMCSA Carrier Safety Lookup: Search DOT Numbers, Crashes, Inspections, and OOS Rates

· 5 min read
MCPBundles

TL;DR

  • Vet 2.19 million active motor carriers — 4.4 million total registered across 117 states and territories — through the FMCSA Carrier Safety MCP server.
  • Detail lookups enrich census rows with live crash counts, inspection history, and out-of-service rates from FMCSA QCMobile, so a broker or shipper can vet a DOT number inside the same conversation where the load decision is happening.
  • Property carriers no longer publish public BASIC percentile scores (FAST Act 2015); passenger carriers still return BASIC data where available.

Every freight broker, shipper, and logistics team needs to answer the same question:

Can we trust this carrier?

The data exists. FMCSA publishes carrier data, safety records, crash counts, inspection history, out-of-service rates, authority status, and related signals. But the workflow is still clunky. People bounce between SAFER, FMCSA tools, carrier-vetting products, spreadsheets, and internal notes.

The FMCSA Carrier Safety MCP server turns that into a tool an AI agent or backend system can call directly.

H-1B Salary Database: Search Employer Wage Benchmarks from LCA Filings

· 4 min read
MCPBundles

TL;DR

  • Query 675,090 public LCA filings across five DOL quarters from 72,477 distinct employers — 659,868 certified and 4,313 denied — through the H-1B Visa Data MCP server.
  • Median certified annual wage for Year-unit filings: $133,426. Filter by employer, job title, worksite, and filing period to answer the questions compensation and immigration teams actually ask.
  • HR teams, immigration counsel, and recruiters use it for wage benchmarking and sponsor research; job seekers tap the same public corpus without hand-building spreadsheet filters.

H-1B wage data matters because it sits at the intersection of compensation, immigration, recruiting, and employer research.

Job seekers want to know which companies sponsor visas and what they pay. Immigration attorneys and HR teams need wage context for LCA work. Compensation teams want market benchmarks. Recruiters and analysts want employer-level sponsorship patterns.

The H-1B Visa Data MCP server turns public LCA disclosure filings into a searchable workflow for AI agents and REST clients.

HTS Code Lookup: Search Tariff Codes, Duty Rates, and Section 301 Surcharges with AI

· 4 min read
MCPBundles

TL;DR

  • Look up the USITC Harmonized Tariff Schedule live through the HTS Tariff MCP server99 chapters, roughly 12,000 classifiable lines — by keyword or HTS code.
  • Returns general, special, and column-2 duty rates plus Section 301/232 surcharge cross-references, so import ops can estimate landed duty and sourcing-country differences before broker review.
  • Not legal classification advice: a fast, traceable first pass that saves tab-hopping when someone asks what code and what duty apply to this product?

If you are responsible for imports, landed-cost estimates, product classification, or customs review, HTS lookup is not an academic exercise. A wrong code changes margin, delivery timing, and compliance risk.

The first question is usually simple: "What HTS code should we use for this product?" Then the real questions start. Is the description close enough? Is there a more specific subheading? What is the general duty rate? Does a Section 301 surcharge apply? Is the result reliable enough to quote from, or does it need broker review?

The HTS Tariff MCP server is built for that first-pass classification workflow. Your agent can search tariff entries, inspect the hierarchy, pull duty fields, notice surcharge references, and turn the result into a short explanation your team can actually use.

IRS 990 Search: Find Nonprofit Revenue, Assets, Officer Pay, and Filings

· 5 min read
MCPBundles

TL;DR

  • 1.33 million Form 990 filings from 689,070 organizations across 61 states — full 990, EZ, and private foundation returns — are searchable through the IRS 990 Nonprofit Financials MCP server.
  • Pull revenue, assets, expenses, and officer compensation by organization name or EIN, then summarize the numbers in plain language instead of parsing IRS Statistics of Income extract columns by hand.
  • Pairs with Nonprofit Lookup: resolve the EIN first, then pull the financial story from the correct entity.

If you work in grantmaking, nonprofit diligence, donor research, journalism, or civic analysis, IRS 990 filings are where the financial story lives. They show revenue, expenses, assets, liabilities, officer compensation, program service activity, and organizational structure.

They are also painful to work with directly.

The data is split across form variants, annual extract files, hundreds of columns, and identity joins. Organization names are not always where people expect them to be. EINs are the stable key, but users often start with a name.

The IRS 990 Nonprofit Financials MCP server turns those filings into a searchable product for AI agents and REST clients.