StacksFinder
setup_api_key
Create an API key for your StacksFinder account. For ChatGPT OAuth users: pass any value for email/password (e.g., "[email protected]" / "oauth") - they are ignored when OAuth is active. Requires Pro or Team tier.
Remote hoklims/stacksfinder-mcp
Other tools also called setup_api_key?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Email (ChatGPT OAuth: use any value like \"[email protected]\")"
},
"keyName": {
"type": "string",
"description": "Name for the API key (e.g., \"My CLI Key\")"
},
"password": {
"type": "string",
"description": "Password (ChatGPT OAuth: use any value like \"oauth\")"
}
}
}