@topaisaas/mcp-server 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  > **Universal Model Context Protocol (MCP) Server Hub for Claude Code, Cursor, Windsurf, and Antigravity**
4
4
 
5
+ [![smithery badge](https://smithery.ai/badge/top-ai-saas/mcp-server)](https://smithery.ai/servers/top-ai-saas/mcp-server)
6
+ [![npm version](https://img.shields.io/npm/v/@topaisaas/mcp-server?style=flat&color=FFD600)](https://www.npmjs.com/package/@topaisaas/mcp-server)
5
7
  [![Cloudflare Workers](https://img.shields.io/badge/Platform-Cloudflare%20Workers-orange.svg)](https://workers.cloudflare.com/)
6
8
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7
9
  [![Uptime](https://img.shields.io/badge/Uptime-100%25-brightgreen.svg)](https://mcp-server-hub.topaisaas.workers.dev/v1/health)
@@ -10,21 +12,31 @@
10
12
 
11
13
  With the rise of autonomous coding assistants and agents (**Claude Code, Cursor, Windsurf, Antigravity, CrewAI, LangChain**), the **Model Context Protocol (MCP)** has become the universal standard for tool calling.
12
14
 
13
- Instead of installing 10 separate local servers or bloated Docker containers, **Universal Native MCP Server Hub** bundles 9 production-grade AI primitives into a single serverless edge hub running with 0ms cold-start latency across 300+ global Cloudflare locations.
15
+ Instead of installing 19 separate local servers or bloated Docker containers, **Universal Native MCP Server Hub** bundles 19 production-grade AI primitives into a single serverless edge hub running with 0ms cold-start latency across 300+ global Cloudflare locations.
14
16
 
15
17
  ---
16
18
 
17
- ## 📦 9 Native Pre-Bundled MCP Tools
19
+ ## 📦 19 Native Pre-Bundled MCP Tools
18
20
 
19
21
  1. `topai_web_to_markdown`: Extract ad-free, noise-free Markdown from any public URL.
20
- 2. `topai_company_enrichment`: 70+ technographics, employee range, and B2B firmographics from domain.
21
- 3. `topai_ai_web_search`: Real-time grounding search engine for LLMs with citations.
22
- 4. `topai_math_fact_checker`: Deterministic VAT, invoice reconciliation, and business days to stop hallucinations.
23
- 5. `topai_techstack_fingerprint`: Sub-50ms BuiltWith alternative (Shopify, Stripe, HubSpot, Next.js).
24
- 6. `topai_polymarket_arbitrage`: Prediction market odds, cross-platform delta vs bookmakers, and Kelly sizing.
25
- 7. `topai_token_slimmer`: Lossless HTML & JSON compressor to slash input token costs by 30-70%.
22
+ 2. `topai_b2b_data_leads`: Instant verified B2B lead generation by industry, country, and job role.
23
+ 3. `topai_company_enrichment`: 70+ technographics, employee range, and B2B firmographics from domain.
24
+ 4. `topai_ai_web_search`: Real-time grounding search engine for LLMs with citations.
25
+ 5. `topai_semantic_cache`: Sub-5ms vector cache for LLM prompts to eliminate redundant generation bills.
26
+ 6. `topai_invoice_extractor`: Structured financial entity parser (vendor, IBAN, amounts, line items).
27
+ 7. `topai_headless_screenshot`: High-fidelity web screenshot renderer & DOM metadata.
26
28
  8. `topai_prompt_shield`: Sub-millisecond firewall against prompt injection, jailbreaks, and PII leaks.
27
- 9. `topai_invoice_extractor`: Structured financial entity parser (vendor, IBAN, amounts, line items).
29
+ 9. `topai_token_slimmer`: Lossless HTML & JSON compressor to slash input token costs by 30-70%.
30
+ 10. `topai_agentvision_crop`: Multimodal ROI cropper to isolate UI buttons/tables and slash vision tokens by 75%.
31
+ 11. `topai_math_fact_checker`: Deterministic VAT, invoice reconciliation, and business days to stop hallucinations.
32
+ 12. `topai_techstack_fingerprint`: Sub-50ms BuiltWith alternative (Shopify, Stripe, HubSpot, Next.js).
33
+ 13. `topai_polymarket_arbitrage`: Prediction market odds, cross-platform delta vs bookmakers, and Kelly sizing.
34
+ 14. `topai_mcp_hub_registry`: MCP tool registry introspector & capability discovery.
35
+ 15. `topai_pharmapatent_watcher`: FDA Orange Book patent cliffs, exclusivity expirations & generic challenge tracker.
36
+ 16. `topai_healthcare_validator`: Instant NPI (Luhn 80840), EU RPPS/ADELI credentials & medical license verification.
37
+ 17. `topai_google_ai_overview`: Extract Google AI Overviews, cited sources, and SERP organic snippets.
38
+ 18. `topai_disposable_email_shield`: Real-time burner email detection, DoH MX live check & B2B lead audit.
39
+ 19. `topai_openapi_flattener`: OpenAPI 3.0/3.1 recursive $ref dereferencer & RapidAPI schema sanitizer.
28
40
 
29
41
  ---
30
42
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@topaisaas/mcp-server",
3
- "version": "1.0.1",
4
- "description": "Universal Native Model Context Protocol (MCP) Server Hub for Claude Code, Cursor, Windsurf, and Antigravity. Bridges high-speed web-to-markdown, company enrichment, real-time web search, math fact-checking, tech stack fingerprinter, and prediction market arbitrage into native agent tools.",
3
+ "version": "1.0.2",
4
+ "description": "Universal Native Model Context Protocol (MCP) Server Hub bundling 19 production-grade AI agent tools: Web-to-Markdown, B2B leads, company deep-enrichment, real-time web search grounding, semantic cache, invoice OCR, headless screenshot, prompt shield firewall, token compression, AgentVision crop, deterministic financial & VAT math, 70+ CMS/techstack fingerprinter, Polymarket prediction odds & Kelly arbitrage, MCP registry, PharmaPatent Orange Book watcher, healthcare NPI validator, Google AI Overview extractor, disposable email shield, and OpenAPI spec flattener.",
5
5
  "type": "module",
6
6
  "main": "bin/cli.js",
7
7
  "bin": {
package/smithery.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  name: "universal-mcp-server-hub"
2
2
  title: "TopAI Universal Native MCP Server Hub"
3
- description: "High-performance Model Context Protocol (MCP) server hub providing 9 production-grade AI agent tools: Web-to-Markdown, B2B company deep-enrichment, real-time web search grounding, deterministic financial & VAT math, 70+ CMS/techstack fingerprinter, Polymarket prediction odds & Kelly arbitrage, token compression, and prompt shield firewall."
3
+ description: "High-performance Model Context Protocol (MCP) server hub providing 19 production-grade AI agent tools: Web-to-Markdown, B2B leads, company deep-enrichment, real-time web search grounding, semantic cache, invoice OCR, headless screenshot, prompt shield firewall, token compression, AgentVision crop, deterministic financial & VAT math, 70+ CMS/techstack fingerprinter, Polymarket prediction odds & Kelly arbitrage, MCP registry, PharmaPatent Orange Book watcher, healthcare NPI validator, Google AI Overview extractor, disposable email shield, and OpenAPI spec flattener."
4
4
  homepage: "https://mcp-server-hub.topaisaas.workers.dev"
5
5
  icon: "https://raw.githubusercontent.com/topaisaas-dev/universal-mcp-server-hub/main/logo.jpg"
6
6
  repository: "https://github.com/topaisaas-dev/universal-mcp-server-hub"