StacksFinder
create_api_key
Create a new API key for your StacksFinder account. Uses OAuth authentication automatically - no email/password required. Requires Pro or Team tier.
Remote hoklims/stacksfinder-mcp
Other tools also called create_api_key?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"keyName": {
"type": "string",
"description": "Optional name for the API key (e.g., \"My CLI Key\")"
}
}
}