get_account
ActiveTool of Mastodon
declared in 0.1.0
Get a Mastodon account profile by ID (e.g., '109382839472938472'). Returns bio, follower/following counts, post history, and verification status.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "109302436954721982"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Numeric Mastodon account ID (e.g. \"109302436954721982\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mastodon
https://github.com/pipeworx-io/mcp-mastodon
1/7 registries