Agent Plugins Marketplace
All plugins

gecko-surf

v0.10.0

Make any API agent-usable — even one with broken docs, no OpenAPI, a WAF, or an auth wall. Comprehend a spec (or JS-rendered docs) into first-call-correct MCP tools your agent calls right the first time, with auth injected and no integration code. On a painful real API, first-call-correctness goes from 10% to 65% (measured); wire x402 pay-per-call; defend against poisoned specs. Installs a live demo surface (TxODDS) over MCP — try it with zero setup.

Claude Code1 MCP serverStreamable HTTP

By GeckoVisionLicense: Apache-2.07 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install gecko-surf for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gecko-surf-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/GeckoVision/gecko-surf

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/.

Plugin files

skills/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

gecko-txlineStreamable HTTP
url
https://mcp.geckovision.tech/txline/mcp

Plugin manifests1

skills/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "gecko-surf",
  "version": "0.10.0",
  "description": "Make any API agent-usable — even one with broken docs, no OpenAPI, a WAF, or an auth wall. Comprehend a spec (or JS-rendered docs) into first-call-correct MCP tools your agent calls right the first time, with auth injected and no integration code. On a painful real API, first-call-correctness goes from 10% to 65% (measured); wire x402 pay-per-call; defend against poisoned specs. Installs a live demo surface (TxODDS) over MCP — try it with zero setup.",
  "author": {
    "name": "GeckoVision",
    "email": "[email protected]"
  },
  "homepage": "https://geckovision.tech",
  "repository": "https://github.com/GeckoVision/gecko-surf",
  "license": "Apache-2.0",
  "keywords": [
    "api",
    "openapi",
    "mcp",
    "agent",
    "x402",
    "comprehension",
    "first-call-correct"
  ],
  "logo": "assets/logo.svg",
  "skills": [
    "./use-any-api",
    "./read-js-docs",
    "./anti-poisoning",
    "./skill-guard",
    "./api-agent-ready",
    "./x402-payai-setup"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gecko-surf on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gecko-surf-2)