@topaisaas/mcp-server 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/smithery.yaml +10 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topaisaas/mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
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.",
5
5
  "type": "module",
6
6
  "main": "bin/cli.js",
package/smithery.yaml CHANGED
@@ -1,10 +1,12 @@
1
+ name: "universal-mcp-server-hub"
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."
4
+ homepage: "https://mcp-server-hub.topaisaas.workers.dev"
5
+ icon: "https://raw.githubusercontent.com/topaisaas-dev/universal-mcp-server-hub/main/logo.jpg"
6
+ repository: "https://github.com/topaisaas-dev/universal-mcp-server-hub"
7
+
1
8
  startCommand:
2
9
  type: stdio
3
- configSchema:
4
- type: object
5
- properties:
6
- rapidApiKey:
7
- type: string
8
- description: "Optional RapidAPI key for unlimited production quota (free tier included by default)"
9
- command: "node"
10
- args: ["bin/cli.js"]
10
+ configSchema: {}
11
+ command: "npx"
12
+ args: ["-y", "@topaisaas/mcp-server"]