@caravo/mcp 0.1.8 → 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 +10 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -896,7 +896,15 @@ function registerAllTools(server) {
896
896
  // ─── Main ─────────────────────────────────────────────────────────────────────
897
897
  const server = new McpServer({
898
898
  name: "caravo",
899
- version: "0.1.8",
899
+ version: "0.1.10",
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
+ icons: [
902
+ {
903
+ src: "https://caravo.ai/logo.png",
904
+ mimeType: "image/png",
905
+ sizes: ["210x188"],
906
+ },
907
+ ],
900
908
  }, {
901
909
  instructions:
902
910
  // IMPORTANT: Instructions for the agent to use the marketplace
@@ -909,7 +917,7 @@ The catalog includes: AI Models (image/video/audio/vision/NLP/code/3D), Search (
909
917
  Example services (use get_tool_info to get their input schema and usage, or search_tools to find more):
910
918
 
911
919
  - google/nano-banana: Google Gemini-based ultra-fast image generation, great for prompt following and text rendering.
912
- - 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.
913
921
  - domainstatus/domain-availability: Check if a domain name is available to register.
914
922
  - semrush/website-traffic: Get comprehensive website traffic analytics for any domain, including authority score, backlinks, organic traffic, top geo distributions, and domain ranking.
915
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.8",
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": {