diff --git a/README.md b/README.md index 1d1fdd5..d452150 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A Model Context Protocol (MCP) server implementation that integrates with [SerpA [![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/) [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) +[![Install in VS Code](https://img.shields.io/badge/Install%20in-VS%20Code-blue?logo=visualstudiocode)](vscode://mcp/install?serverID=io.github.serpapi/serpapi-mcp) ## Features diff --git a/server.json b/server.json new file mode 100644 index 0000000..c2b75f2 --- /dev/null +++ b/server.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.serpapi/serpapi-mcp", + "version": "1.0.0", + "description": "Official SerpApi MCP server for Google, Bing, and other search engines.", + "remotes": [ + { + "type": "sse", + "url": "https://mcp.serpapi.com/mcp" + } + ] +} \ No newline at end of file