sponsor_mostActive
ActiveTool of com.meetsponsors/mcp
declared in 1.0.0
Get the most active sponsors in a given period (week/month/year), optionally filtered by language or sponsoring kind. Returns compact format.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1,
"description": "Number of results (max 20)"
},
"period": {
"enum": [
"week",
"month",
"year"
],
"type": "string",
"default": "month",
"description": "Time period"
},
"language": {
"type": "string",
"description": "Filter by language (e.g., EN, FR)"
},
"sponsoringKind": {
"enum": [
"affiliation",
"sponsorship"
],
"type": "string",
"description": "Type of sponsoring"
}
}
}Parent server
com.meetsponsors/mcp
1/7 registries