REST API
Search
Paste an API key and run a live request against the /v1/search
endpoint.
API Playground
Request
Your API key is only used in this browser session to call
https://api.searchmcp.io
. It isn’t sent anywhere else or stored on our servers.curl -sS https://api.searchmcp.io/search \ -H "Content-Type: application/json" \ -H "X-API-KEY: <YOUR_API_KEY>" \ --data '{"query":"apple inc","location":"UK","numberOfResults":10}'
Response
Response
No response yet. Run a request.