search
ActiveTool of Mastodon
declared in 0.1.0
Search Mastodon for accounts, statuses, or hashtags. Returns matching profiles, posts, and tags with follower counts and engagement metrics.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "climate change"
},
{
"type": "accounts",
"limit": 20,
"query": "open source"
}
],
"required": [
"query"
],
"properties": {
"type": {
"type": "string",
"description": "Type of results: accounts, statuses, or hashtags (default: statuses)"
},
"limit": {
"type": "number",
"description": "Number of results to return (default: 10, max: 40)"
},
"query": {
"type": "string",
"description": "Search query string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mastodon
https://github.com/pipeworx-io/mcp-mastodon
1/7 registries