Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

tech.geckovision/surf

REMOTE · MCP.GECKOVISION.TECH · 2 COMPONENTS · SCANNED SEP 20

Point Gecko at an OpenAPI spec; get first-call-correct, auth-hidden agent tools.

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability45
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 291 tokens (~97/item across 3 items; 2 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the tech.geckovision/surf MCP server?

tech.geckovision/surf is a hosted endpoint at https://mcp.geckovision.tech/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.geckovision.tech

# add to Claude Code
claude mcp add --transport http tech-geckovision-surf 'https://mcp.geckovision.tech/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "tech-geckovision-surf": {
      "url": "https://mcp.geckovision.tech/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tech-geckovision-surf": {
      "type": "http",
      "url": "https://mcp.geckovision.tech/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.tech-geckovision-surf]
url = "https://mcp.geckovision.tech/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tech-geckovision-surf": {
      "type": "remote",
      "url": "https://mcp.geckovision.tech/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tech-geckovision-surf --url 'https://mcp.geckovision.tech/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  tech-geckovision-surf:
    url: "https://mcp.geckovision.tech/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tech-geckovision-surf": {
      "Transport": "http",
      "Url": "https://mcp.geckovision.tech/mcp"
    }
  }
}
# add to Vellum
assistant mcp add tech-geckovision-surf -t streamable-http -u 'https://mcp.geckovision.tech/mcp'
// mcp.json
{
  "mcpServers": {
    "tech-geckovision-surf": {
      "type": "http",
      "url": "https://mcp.geckovision.tech/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Server version: 0.10.3 → 0.11.0 functional
  • 5 Sept 26 0
    • Server version: 1.28.1 → 0.10.3 functional
  • 2 Sept 26 +7
    • Authorization: unverified → partial security
  • 1 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 77 → 97 functional
    • Schema quality: fair → good functional
    • New tool “list_surfaces” functional
  • 31 Aug 26 −8
    • Schema quality: 148 → 77 functional
    • The server now declares the “resources” capability functional
    • First check of Schema quality: 0 functional
    • Schema quality: excellent → fair functional
    • New resource “gecko-plan-payment” functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.geckovision.tech/gecko/mcp · Declared URL https://mcp.geckovision.tech/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.geckovision.tech CN=Amazon RSA 2048 M01,O=Amazon,C=US 7 May 2026 20 Nov 2026 RSA 2048 SHA256-RSA 17cebec681bef1f8be07ca4f090b394
SANs: mcp.geckovision.tech
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.geckovision.tech. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
tech. present 2185 13 Verified
geckovision.tech. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 3 probes
Transport URL Outcome Status Location
streamable-http https://mcp.geckovision.tech/mcp Redirected 307 /gecko/mcp
streamable-http · followed https://mcp.geckovision.tech/gecko/mcp Verified 200
http (plaintext) http://mcp.geckovision.tech/mcp HTTPS enforced 301 https://mcp.geckovision.tech:443/mcp
MCP tools · 2 exposed · ~202 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
comprehend_api ~148

Submit an API's OpenAPI URL (or a human docs page URL with from_docs=true) and get it comprehended into first-call-correct agent tools — no integration code. Returns the API name, its usable tools, agent-native artifacts (llms.txt / gecko.json / tools.md), and self-host next steps. Comprehends and returns to YOU only: it does not host, publicly list, or register your API.

NameTypeReqDescription
from_docsbooleanRecover the surface from a human docs page instead of an OpenAPI spec. Results are quarantined pending review.
urlstringyesThe API's OpenAPI spec URL (or a docs page URL if from_docs).

No output schema declared.

No examples provided.

list_surfaces ~54

Every API surface served on this host, with the MCP URL to reconnect to. Use it when you landed on the host root and need a specific API. Free, instant, and it lists only what the public index lists.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the tech.geckovision/surf MCP server?

tech.geckovision/surf is an MCP server listed in the public MCP registry as tech.geckovision/surf. Point Gecko at an OpenAPI spec; get first-call-correct, auth-hidden agent tools. This page covers its hosted endpoint (https://mcp.geckovision.tech/mcp).

Is the tech.geckovision/surf MCP server safe to use?

tech.geckovision/surf scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the tech.geckovision/surf MCP server expose?

tech.geckovision/surf exposes 2 tools: comprehend_api, list_surfaces. Their descriptions and schemas cost roughly 202 tokens of context every time the server is loaded.

Does the tech.geckovision/surf MCP server require authentication?

No. We connected to tech.geckovision/surf without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the tech.geckovision/surf MCP server still maintained?

tech.geckovision/surf is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.