bluesky_profile_posts_list
ActiveTool of Social Fetch
declared in 0.19.0
List posts from a Bluesky profile by handle.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"handle"
],
"properties": {
"cursor": {
"type": "string",
"minLength": 1,
"description": "Pagination cursor returned by a previous response."
},
"handle": {
"type": "string",
"maxLength": 253,
"minLength": 1,
"description": "Bluesky handle whose posts should be listed."
},
"userId": {
"type": "string",
"minLength": 1,
"description": "Optional Bluesky user id to speed up the request."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries