WebMCP Support

Register and manage WebMCP tools for Orquestra Solana program exploration.

21|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/berkayoztunc/orquestra --skill webmcp-support
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: WebMCP Support
Source: https://github.com/berkayoztunc/orquestra/tree/main/packages/frontend/assets/.well-known/agent-skills/webmcp
Command: npx skills add https://github.com/berkayoztunc/orquestra --skill webmcp-support

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

WebMCP Support helps teams connect AI agents running in the browser to Orquestra’s program-aware toolset without requiring manual backend setup or persistent integrations.

Core Features & Use Cases

  • Browser-exposed WebMCP tool registration: Automatically registers Orquestra tools when WebMCP is available and removes them when the app unmounts.
  • Tool discovery for common workflows: Enables agent actions like searching programs, opening specific program pages, and opening related documentation.
  • Use Case: Build a browser-based assistant that can browse available Solana programs and jump into the right on-chain instruction/doc context in response to user questions.

Quick Start

Ask your in-browser agent to search for relevant Solana programs, then open the best matching program page and its documentation to answer the user’s question.

Frequently Asked Questions about WebMCP Support

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose Solana program tools to an in-browser AI agent?▼

You can expose Solana program tools to an in-browser agent by registering WebMCP tool definitions on page load, which enables actions like searching programs and opening documentation without backend setup.

What is WebMCP support for browser-based Solana exploration?▼

WebMCP support is a mechanism that connects browser-running AI agents to program-aware tools, allowing them to search Solana programs and retrieve on-chain instruction documentation automatically.

Can I use browser integration to search Solana programs and open documentation?▼

Yes, browser integration allows you to define and register tools like search_programs, open_program_page, and open_docs, enabling agents to navigate program details and retrieve documentation context.

Do I need a backend setup to manage WebMCP tools for Orquestra-based Solana programs?▼

No, you do not need manual backend setup, as WebMCP support automatically registers Orquestra tools when available and handles cleanup when the app unmounts.

How do I clean up registered WebMCP tools when my browser app unmounts?▼

To clean up registered WebMCP tools, the support mechanism automatically removes tool definitions during app unmount, preventing lingering tool registrations in the browser environment.