@caravo/mcp 0.1.9 → 0.1.10

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -896,7 +896,7 @@ function registerAllTools(server) {
896
896
  // ─── Main ─────────────────────────────────────────────────────────────────────
897
897
  const server = new McpServer({
898
898
  name: "caravo",
899
- version: "0.1.9",
899
+ version: "0.1.10",
900
900
  description: "The API marketplace built for autonomous AI agents. Search, execute, and pay for 200+ tools at $0.001–0.05 per call.",
901
901
  icons: [
902
902
  {
@@ -917,7 +917,7 @@ The catalog includes: AI Models (image/video/audio/vision/NLP/code/3D), Search (
917
917
  Example services (use get_tool_info to get their input schema and usage, or search_tools to find more):
918
918
 
919
919
  - google/nano-banana: Google Gemini-based ultra-fast image generation, great for prompt following and text rendering.
920
- - openresearch/paper-search: Search academic papers across all disciplines. Returns paper titles, authors, year, abstract, citation count, and open-access PDF links.
920
+ - semanticscholar/paper-search: Search academic papers across all disciplines. Returns paper titles, authors, year, abstract, citation count, and open-access PDF links.
921
921
  - domainstatus/domain-availability: Check if a domain name is available to register.
922
922
  - semrush/website-traffic: Get comprehensive website traffic analytics for any domain, including authority score, backlinks, organic traffic, top geo distributions, and domain ranking.
923
923
  - semrush/keyword-insights: Get detailed keyword research data including search volume, CPC, competition level, and trend data.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caravo/mcp",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Local stdio MCP server for Caravo with built-in x402 wallet",
5
5
  "type": "module",
6
6
  "bin": {