Gsheets Mcp Chatgpt Gt — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Gsheets Mcp Chatgpt Gt (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.
This will deploy your MCP server to a URL like: remote-mcp-server-authless.<your-account>.workers.dev/mcp
Alternatively, you can use the command line below to get the remote MCP Server created on your local machine:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessTo add your own tools to the MCP server, define each tool inside the init() method of src/index.ts using this.server.tool(...).
Este projeto lê planilhas com API key e/ou service account; escrever (update_cell) usa somente service account.
| Nome do secret / variável | Uso |
|---|---|
GOOGLE_API_KEY | Opcional: leitura pública (read_sheet) com chave de API. |
GOOGLE_SERVICE_ACCOUNT_JSON | Obrigatório para escrita: JSON completo da conta de serviço Google (projeto GCP → IAM → service account → chaves JSON). |
No dashboard Cloudflare: Workers & Pages → seu worker → Settings → Variables and Secrets → Add → Secret → nome `GOOGLE_SERVICE_ACCOUNT_JSON` → colar o JSON (idealmente minificado em uma linha).
CLI: npx wrangler secret put GOOGLE_SERVICE_ACCOUNT_JSON (o comando pede o valor de forma segura).
No Google Sheets, compartilhe a planilha com o endereço `client_email` do JSON (permissão de editor) para a service account conseguir gravar.
You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:
remote-mcp-server-authless.<your-account>.workers.dev/mcp)You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/mcp" // or remote-mcp-server-authless.your-account.workers.dev/mcp
]
}
}
}Restart Claude and you should see the tools become available.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.