builtwith_find_sites
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Find websites by BuiltWith technology, natural language audience, or keyword search. (2 credits)
Parameters schema
{
"type": "object",
"title": "builtwith_find_sites_toolArguments",
"properties": {
"tech": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tech",
"default": null
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 50
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Query",
"default": null
},
"spend": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Spend",
"default": null
},
"commit": {
"type": "boolean",
"title": "Commit",
"default": false
},
"offset": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Offset",
"default": null
},
"keyword": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Keyword",
"default": null
},
"revenue": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Revenue",
"default": null
},
"countries": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Countries",
"default": null
},
"employees": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Employees",
"default": null
},
"other_techs": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Other Techs",
"default": null
},
"include_meta": {
"type": "boolean",
"title": "Include Meta",
"default": true
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries