search_datasets
ActiveTool of Bts
Search datasets published on the U.S. Bureau of Transportation Statistics open-data portal (data.bts.gov). Returns each dataset's Socrata 4x4 id (e.g. "crem-w557"), name, and description. Use the id with dataset_columns and query_dataset. BTS covers aviation (passenger counts, on-time performance, air fares, airline financials), freight movement, transit ridership, border crossings, and transportation safety. Example queries: "aviation", "border crossing", "transit", "freight".
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Full-text search query, e.g. \"aviation\" or \"border crossing\"."
},
"limit": {
"type": "number",
"description": "Max datasets to return (default 20)."
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bts
https://github.com/pipeworx-io/mcp-bts
1/7 registries