Banana Peel
Banana Peel MCP — OpenRouter для браузерных агентов
@banana-peel/mcp
Официальный сервер Model Context Protocol для Banana Peel.
Программирующие агенты вызывают Banana Peel как нативные MCP-инструменты вместо того, чтобы вручную формировать curl.
Документация: https://bananapeel.com/docs/mcp
Терминология: routing — это то, что вы запрашиваете; banana_peel.runner — это исполнитель, который выполнил.
Установка одной строкой
npx -y @banana-peel/mcpТакже: npm install -g @banana-peel/mcp (запускается как bananapeel-mcp).
Публикация (мейнтейнеры)
# requires npm login with rights to @banana-peel (and bare bananapeel for the alias)
cd mcp && npm publish --access public
cd alias && npm publish --access public # after @banana-peel/mcp is liveRelated MCP server: browser-gateway
Аутентификация
export BANANA_PEEL_API_KEY=bp_live_… # or BANANAPEEL_API_KEY
export BANANA_PEEL_BASE=https://bananapeel.com # optionalCursor
~/.cursor/mcp.json (или .cursor/mcp.json в проекте):
{
"mcpServers": {
"bananapeel": {
"command": "npx",
"args": ["-y", "@banana-peel/mcp"],
"env": {
"BANANA_PEEL_API_KEY": "bp_live_…"
}
}
}
}Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"bananapeel": {
"command": "npx",
"args": ["-y", "@banana-peel/mcp"],
"env": {
"BANANA_PEEL_API_KEY": "bp_live_…"
}
}
}
}Инструменты
Инструмент | API |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Имена инструментов и их HTTP-сопоставления определены в src/tool-catalog.ts (реестр MCP-сервера).
Нормализация вывода (+$0.10)
Передайте normalize: true вместе с output_schema (JSON Schema или карта свойств) в create_response, чтобы изменить форму результата исполнения после запуска. Ровно +$0.10 за этот запуск. Конструктор схем: Console → Normalize (/normalize).
Разработка из этого репозитория
npm install
npm run build
npm start
# or: npm run devПроцесс MFA
create_responseсbackground: trueget_responseсwait: trueдоstatus: "requires_action"submit_inputс{ "code": "123456" }или{ "answer": "…" }get_responseсwait: trueдоcompleted/failed
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Autonomous cloud agent tasks: real browser + your tools, structured evidence-backed results.
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceRemote browser instances for your AI agents. Reliably complete any browser-based task at scale. Fully-control agentic browsers that spin up in seconds.1540Apache 2.0
- AlicenseNot gradedqualityAmaintenanceReliable, scalable browser infrastructure for AI agents. Route, pool, and failover across any browser provider. 8 built-in browser tools using raw Chrome CDP - navigate, screenshot, snapshot, interact, evaluate. Zero-config with auto Chrome detection & concurrent sessions support1,3057MIT
- AlicenseBqualityDmaintenanceMulti-session browser MCP server that gives AI agents up to 15 fully-isolated browsers running in parallel. 36 tools including navigation, extraction, network intercept, stealth, and self-improvement. Each session has its own cookies, storage, and fingerprint so agents never collide.37655MIT
- AlicenseCqualityDmaintenanceHosted Playwright browser automation for AI agents. Returns accessibility trees instead of screenshots, cutting token usage by 77%. Navigate, interact, extract structured data, and take screenshots — all via MCP. Zero infrastructure, credit-based pricing.6104MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ygdotcom/banana-peel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server