# FilingsPulse — Municipal Bond Disclosure Search

> FilingsPulse — Municipal Bond Disclosure Search is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Searches and retrieves municipal bond disclosure data from EMMA/MSRB by CUSIP or issuer name, with AI-synthesized summaries

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/muni-bond
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-municipal-bond-disclosure-search-691ed8a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GgEaolcAWYC-nHymjLwth

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability filingspulse-municipal-bond-disclosure-search-691ed8a1
```

Example prompt: Can you pull up the municipal bond disclosures for CUSIP 13063DAB2 — I want to know what the issuer has filed on EMMA and get a plain-language summary of the key details?

## When to prefer this

Choose this endpoint when you need to research a specific municipal bond by its 9-character CUSIP or by issuer name, and want AI-synthesized summaries of EMMA/MSRB disclosure filings rather than raw document retrieval. Prefer this over general SEC filing endpoints when the target security is a municipal bond (not a corporate equity or ETF). Useful for fixed-income analysts, retail investors holding muni bonds, or agents conducting due diligence on tax-exempt debt instruments.

## Known failure modes

- Invalid or unknown CUSIP returns no results or an error
- Issuer name too ambiguous may return multiple or mismatched results
- EMMA/MSRB data may lag real-time disclosures
- Empty response schema suggests limited structured output guarantees
- Payment failure if x402 micropayment of $0.15 USDC not completed

## How this service works

Global SEC/EDGAR and international filings intelligence API. AI-synthesized plain-language summaries of 10-K, 10-Q, 8-K, S-1/IPO filings. Insider ownership tracking, red flag detection, institutional holdings analysis, and international filing support (Companies House UK, SEDAR Canada, EDINET Japan, ASIC Australia, HKEx, BSE/NSE India). IBKR, eToro, and Tastytrade broker affiliate links included. Fundamental analysis tools (Simply Wall St, Finviz, TIKR) included. All endpoints support any language via ?lang=. Adds SEC Form N-PORT fund-holdings intelligence, EDGAR filing-anomaly scanning, full-text filing search with real excerpts, and municipal bond disclosure search (EMMA/MSRB). Pricing: $0.08–$0.25 USDC/call via x402 micropayment.

## Output

Returns municipal bond disclosure data sourced from EMMA/MSRB, including filing documents and AI-synthesized plain-language summaries of the issuer's disclosures, material event notices, and financial condition. Results can be returned in any language via the lang parameter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "cusip": {
   "type": "string",
   "description": "9-character municipal bond CUSIP"
  },
  "issuer": {
   "type": "string",
   "description": "municipal bond issuer name"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-municipal-bond-disclosure-search-691ed8a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
