
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
blackhawk-mcp
Advanced tools
  
BlackHawkMCP is an MCP server that connects AI assistants (Claude, Cursor, Copilot) to Google Sheets. It provides a stable, secure bridge to create, read, write, append, list, clear, and inspect spreadsheets programmatically via the Model Context Protocol.
Features
USER_ENTERED semanticsSupported Tools
hello — Basic connectivity test and greeting.create_spreadsheet — Create a new Google Spreadsheet with a title.read_sheet — Read values from a spreadsheet range.write_sheet — Write values to a spreadsheet range (USER_ENTERED).append_rows — Append rows to a sheet.list_sheets — List spreadsheets accessible to the service account/user (Drive readonly required).clear_range — Clear values in a range.get_sheet_info — Retrieve sheet metadata for a spreadsheet.auth_status — Check current authentication status.Installation
Global install (recommended for CLI usage):
npm install -g blackhawk-mcp
Run via npx (no install):
npx blackhawk-mcp
Development
npm install
npm run build
npm run dev
Quick Start (OAuth2)
http://localhost:3000/oauth2callback.auth_status or call a tool that triggers authorize() (first use may prompt to open a browser and authorize).Configuration (Environment Variables)
GOOGLE_CLIENT_ID (required) — OAuth Client ID from Google Cloud Console.GOOGLE_CLIENT_SECRET (required) — OAuth Client Secret.GOOGLE_REDIRECT_URI (optional) — Redirect URI used during OAuth flows. Default: http://localhost:3000/oauth2callback.Tools Reference
Each tool accepts JSON parameters and returns a JSON response in the MCP content payload. Examples:
create_spreadsheet parameters: { "title": "My Sheet" }read_sheet parameters: { "spreadsheetId": "<id>", "range": "Sheet1!A1:D10" }write_sheet parameters: { "spreadsheetId": "<id>", "range": "Sheet1!A1", "values": [["a","b"]] }append_rows parameters: { "spreadsheetId": "<id>", "range": "Sheet1!A:B", "values": [["row1col1","row1col2"]] }list_sheets parameters: { "pageSize": 100 } (optional)clear_range parameters: { "spreadsheetId": "<id>", "range": "Sheet1!A1:B10" }get_sheet_info parameters: { "spreadsheetId": "<id>" }auth_status parameters: {}Multi-Client Setup
Commercial License
BlackHawkMCP is proprietary. Personal, non-commercial evaluation is permitted for up to 30 days. Production or commercial use requires a purchased commercial license.
Purchase a license at: https://gumroad.com/placeholder-license-url
Support
Author
SaFaH (.1xe)
FAQs
  
We found that blackhawk-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.