28 lines
674 B
JSON
28 lines
674 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 1,
|
|
"result": {
|
|
"protocolVersion": "2025-06-18",
|
|
"capabilities": {
|
|
"tools": {
|
|
"listChanged": true
|
|
},
|
|
"prompts": {
|
|
"listChanged": true
|
|
},
|
|
"resources": {
|
|
"listChanged": true
|
|
},
|
|
"logging": {}
|
|
},
|
|
"serverInfo": {
|
|
"name": "searchapi",
|
|
"title": "SearchAPI MCP Server",
|
|
"version": "1.0.0",
|
|
"websiteUrl": "<https://www.searchapi.io>"
|
|
},
|
|
"instructions": "Use the available tools to get real-time search results. Each tool corresponds to a specific use case, which may be a full search engine or a specialized feature of an engine."
|
|
}
|
|
}
|
|
|