MCP for Next.js
mcp-typescript server on vercel exposes 9 public tools on this MCP endpoint.
https://api.oneconnecter.io/Connect straight to this server’s public endpoint.
https://api.oneconnecter.io/mcpWe add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.
Last probed Sep 14, 2026 · api.oneconnecter.io
9tools discovered
Search Agents
Search available data agents by capability. Returns top 3 matching agents with their descriptions and available tools. Use this to discover what data capabilities exist before making queries. Examples: - "weather" → finds weather agents with forecast/current tools - "crypto" → finds crypto agents with price/market tools - "company" → finds company intel agents with various data sources
List Agents
List all available data agents with their names and descriptions. Use this to see all capabilities at a glance without searching.
User Request
Submit a request for a data capability that doesn't exist yet. Use this when searchAgents returns no good matches and the user wants to request the capability. Example flow: 1. User asks for "recipe search" 2. searchAgents returns low similarity (no recipe agent) 3. Ask user: "We don't have recipe data yet. Would you like me to request it?" 4. If yes, call userRequest with capability="recipe search" and original_query="find pasta recipes"
Get Oc Skill
OneConnecter system skill. Call ONCE at the start of each session before using any other tools. Returns routing rules, response handling, and best practices.
Query Data
Query the data router for real-time information. You can format or clarify the user's query — the router also normalises if needed. - query = a clear routing query with platform name (e.g. "TSLA stock price", "weather forecast Tokyo 7 days", "search twitter AI news") - Include the platform name for best routing accuracy - If the user hasn't specified details, ASK them — do not guess - After receiving data, present it to the user. - FIRST CALL: You must call getOCSkill first and pass the skills_c
Execute Service Tool
Execute a tool on a service agent (e.g., Slack, GitHub). Use this ONLY when queryData returns a service or handover response with tool definitions. Pass the tool_id and tool_name from the tool definitions, along with the required arguments. Set source_mode to match the mode from the queryData response that gave you the tools. WRITE ACTION RULE — MANDATORY: If the tool has req_user_auth: true in its definition: 1. Call executeServiceTool FIRST — it will return confirmation_required: true and gen
Test Routing
Test which agent and tool a natural language query routes to. Uses the same Qwen3-Reranker-4B scoring as the production router. Returns the selected agent, best tool, top agent scores, and tool scores so you can validate routing before executing. Use this to debug routing issues, verify platform-specific queries hit the right agent, or check confidence gaps.
Task Manager
Create, manage, and execute chained natural language task workflows. Each task contains ordered steps written in plain English. When run, steps execute sequentially through OneConnecter's semantic router — the system figures out which tools to call. Actions: - create_task: Create a new task (requires name) - list_tasks: List all your tasks - get_task: Get task details with step metadata (requires task_id). Pass include_results=true for truncated results (~500 chars each). Use get_step_result f
Get Task Skill
Returns the Task Manager skill — how to create, configure, and run multi-step task chains. Call once when the user asks about tasks or workflows.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsmcp-typescript server on vercel exposes 9 public tools on this MCP endpoint.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
MCPBundles probed 9 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
mcp-typescript server on vercel may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.
Operate mcp-typescript server on vercel? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.