# market-data-toolkit-mcp [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/JdPG23/market-data-toolkit-mcp  
**GitHub Stars:** 0  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/market-data-toolkit-mcp

## Description
17 market-data tools for AI agents: eBay sold prices, company KYC, SEC filings, patents, auctions

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "market-data-toolkit-mcp": {
    "url": "https://mcp.apify.com?tools=jdepablos/ebay-sold-price-appraiser,jdepablos/vinted-search-feed,jdepablos/second-hand-deal-scanner-es,jdepablos/borme-company-feed,jdepablos/spain-boe-auctions,jdepablos/trademark-watch-tmview,jdepablos/insider-trading-feed,jdepablos/clinical-trials-watch,jdepablos/startup-funding-feed,jdepablos/pokemon-card-price-checker,jdepablos/chrono24-watch-analyzer,jdepablos/catawiki-deal-finder,jdepablos/patent-watch,jdepablos/airbnb-market-analyzer,jdepablos/booking-hotel-price-analyzer,jdepablos/samgov-opportunities-feed,jdepablos/sec-13f-holdings-feed,jdepablos/sec-8k-events-feed,jdepablos/companies-house-feed,jdepablos/france-company-feed,jdepablos/brand-domain-watch"
  }
}
```

## Documentation

## What market-data-toolkit-mcp MCP server does

The market-data-toolkit-mcp MCP server gives an MCP-compatible agent access to live data tools covering resale markets, company intelligence, financial filings, intellectual property, hospitality, clinical research, and government opportunities. The collection contains 21 tools, each focused on a specific source or research task rather than providing one general-purpose search interface.

Pricing tools estimate item values from confirmed sales, compare second-hand listings with eBay results, analyze Vinted prices, assess Pokémon cards and luxury watches, and identify Catawiki lots below expert estimates. Company and finance tools cover UK and French registry checks, Spanish corporate notices, US insider transactions, institutional holdings, private funding rounds, and material SEC 8-K events.

Other tools analyze Airbnb and hotel supply, find patent and trademark publications, monitor brand-imitating domains, track clinical trials, retrieve US federal contract opportunities, and inspect Spanish judicial and tax auctions.

## How it works

The market-data-toolkit-mcp MCP server is remote. Its tools run as Apify Actors behind the Apify MCP gateway, so there is no local package, scraper process, or server deployment to maintain. Each request queries its source live and returns structured JSON. The documented tool set uses individual Apify Actor slugs in the gateway URL; removing slugs from the `tools` query parameter limits the exposed capabilities.

Connect an MCP client with the supplied HTTPS URL and tool list. Claude Desktop and Cursor can use an `mcpServers` entry, while Claude Code can add the same endpoint with an HTTP transport. Authentication uses browser OAuth with an Apify account, including the free tier, or an `Authorization: Bearer <APIFY_TOKEN>` header.

## Setup and configuration

No installation is required because the service is hosted remotely. Add the gateway URL from the project documentation to the client configuration, preserving the selected Actor slugs after `?tools=`. A smaller list is appropriate when an agent only needs, for example, SEC feeds and company records or resale-price tools.

Usage is billed to the connected Apify account per delivered result. The listed per-result charges range from $0.0008 to $0.12 depending on the tool. The documentation says failed lookups and empty responses are not charged, and there is no subscription.

## Tools and capabilities

The market-data-toolkit-mcp MCP server groups its tools into three practical areas:

- **Pricing and resale:** eBay sold-price appraisal, Vinted search data, second-hand deal scanning across selected European markets, Pokémon card pricing, Chrono24 watch analysis, and Catawiki deal discovery.
- **Company intelligence and KYC:** UK Companies House checks, French registry data, Spanish BORME notices, SEC Form 4 insider activity, SEC 13F holdings, Form D funding rounds, and decoded 8-K events.
- **Markets, IP, and public sector:** Airbnb and hotel market statistics, patent and trademark monitoring, brand-domain watch, clinical-trial updates, SAM.gov opportunities, and Spanish BOE auctions.

The outputs are intended to be interpreted by agents: valuation tools return statistics and cleaned comparisons, while registry and filing tools provide structured records or derived risk information where documented.

## Limitations and notes

Results are live lookups rather than a stated historical database or offline cache, so availability and source behavior can affect each response. Coverage also differs by tool: examples include nine European Vinted markets, selected European countries for deal scanning, worldwide patent publications, and more than 70 trademark offices. Review the individual Actor's input and output behavior when precise source coverage matters.

The service depends on an Apify account and charges per delivered result. It is suited to agents that can make remote MCP requests and handle typed JSON; it does not provide a local installation path in the supplied material.

_Full upstream README: https://allmcps.com/mcp/market-data-toolkit-mcp/readme_

