search
ActiveTool of dbnomics
declared in 0.1.0
Full-text search across all providers. Returns matching series with provider/dataset/series codes and human labels.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "unemployment rate"
},
{
"limit": 50,
"query": "GDP France"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Results, 1-1000 (default 20)"
},
"query": {
"type": "string",
"description": "Free-text search"
},
"offset": {
"type": "number",
"description": "0-based offset"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
dbnomics
https://github.com/pipeworx-io/mcp-dbnomics
2/7 registries