Skip to content

hyper-mcp-rs/serper-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serper

A plugin that performs Google web search using the Serper API and returns the raw JSON response for the given query string.

Requirements

  • Set SERPER_API_KEY in your config to your Serper API key.

Usage

Call with:

{
  "plugins": [
    {
      "name": "serper",
      "path": "oci://ghcr.io/hyper-mcp-rs/serper-plugin:latest",
      "runtime_config": {
        "env_vars": {
          "SERPER_API_KEY": "<your-serper-api-key>"
        },
        "allowed_hosts": ["google.serper.dev"]
      }
    }
  ]
}

About

A plugin that performs Google web search using the Serper API and returns the raw JSON response for the given query string.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages