MeshTool · MCP

Give your AI new tools in 30 seconds.

Connect Claude, Cursor, VS Code, or any agent to MeshTool's hosted MCP server. Your AI gains tools to analyze, personalize, extract, orchestrate, and run real work — over one endpoint. You don't build the model; you plug in the capabilities.

YOUR ENDPOINT
https://api.meshtool.ai/mcp
Streamable HTTPJSON-RPC 2.0Bearer authagents call agents
1

Get your key

Grab an API key from app.meshtool.ai — a sk_tz_… token. It authorizes every call and meters usage.

2

Paste one config into your AI client

Claude Desktop (and any stdio client) — via the mcp-remote bridge:

{
  "mcpServers": {
    "meshtool": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.meshtool.ai/mcp",
               "--header", "Authorization: Bearer YOUR_KEY"]
    }
  }
}

Cursor / VS Code / clients with native remote MCP — point straight at the URL:

{
  "mcpServers": {
    "meshtool": {
      "url": "https://api.meshtool.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Swap YOUR_KEY for your sk_tz_ key, restart the client — done.

3

Your AI can now call these

Live catalog from the running server — the agent decides when to call each:

analyzePOST /v1/analyze
Analyze any business situation and return a structured recommendation.
$0.002 per call
personalizePOST /v1/personalize
Given a user profile and content options, return what to show them and how.
$0.002 per call
extractPOST /v1/extract
Pull structured data out of free text in any JSON shape you describe. Classification, field extraction, scoring, summarize-to-schema.
$0.002 per call
orchestratePOST /v1/orchestrate
Break a multi-step task into an execution plan any AI agent can follow.
$0.003 per call
runPOST /v1/run
Give it a job brief. Get back a finished deliverable. Analyzes, plans, and executes automatically using Claude Sonnet.
$0.05 per run
migratePOST /v1/migrate
Convert Mac OBS config files (global.ini, basic.ini, scene JSON) to Windows-compatible versions. Fixes encoders, renderer, source IDs, file paths, and fonts. Pure transform — no AI, instant response.
$0.001 per call
streamPOST /v1/stream/channels · POST /v1/stream/event · GET /overlay/:channel
Programmable live-stream reactions. Create a channel, add its overlay URL as an OBS Browser Source, then POST tip/follow/sub events — matching rules fire real-time on-stream alerts, sounds, and spoken shoutouts via SSE.
$0.001 per event
capabilitiesGET /v1/capabilities
Machine-readable registry of all tools, event flows, and services. Query this first to discover what the system can do before planning a job.
free
run/streamPOST /v1/run/stream
Streaming version of /v1/run. Returns Server-Sent Events (SSE) as each pipeline stage completes — no more 45s waits. Same pricing.
$0.05 per run
music/vibePOST /v1/music/vibe
Detect the musical vibe from a room transcript — returns energy, darkness, BPM, style keywords, and genre tags. Free tier.
$0.002 per call
music/suggestPOST /v1/music/suggest
Get 1-10 real track suggestions matched to energy, BPM, mood, and creator profile. Free tier.
$0.002 per call
music/sessionPOST /v1/music/session
Create a persistent autonomous DJ session. Attach a creator profile — the session remembers state across signals. VIP tier only.
VIP tier
music/session/signalPOST /v1/music/session/:id/signal
Send a room signal to a DJ session. The state machine decides the next state, volume, and track list autonomously. Signals: go_live, go_offline, tip, viewer_spike, quiet, voice_detected, voice_ended, party_start, party_end, vibe_update. VIP tier only.
VIP tier
music/partyPOST /v1/music/party
Sync multiple DJ sessions to PARTY state instantly — for squirt parties where multiple models share a room energy. Sends party_start to each session with coordinated tracks. VIP tier only.
VIP tier
crs/gamesGET /v1/crs/games
List all CRS fan engagement games with metadata.
$0.001 per call
crs/gameGET /v1/crs/games/:slug
Get full GameConfig for a specific game slug.
$0.001 per call
crs/leaderboardGET /v1/crs/leaderboard
Get top players ranked by seeds earned.
$0.001 per call
crs/playerGET /v1/crs/player/:userId
Get full live state for a fan player (seeds, level, rituals, bonds, unlocks).
$0.001 per call
crs/enrollPOST /v1/crs/player
Enroll a new fan player into a CRS game.
$0.001 per call
crs/tickPOST /v1/crs/player/:userId/tick
Compound seeds for a player (run the compounding engine tick).
$0.001 per call
crs/ritualPOST /v1/crs/player/:userId/ritual
Mark a daily ritual as complete for a player.
$0.001 per call
crs/unlockPOST /v1/crs/player/:userId/unlock
Redeem an unlock reward for a player.
$0.001 per call
crs/bondPOST /v1/crs/bond
Create a bond (fan relationship) between two players.
$0.001 per call
costream/sessionPOST /v1/costream/session
Generate a Same-Room co-stream session. Returns two OBS browser source URLs that composite into one shared virtual room.
free
osPOST /v1/os
The DW Operating System Brain. One endpoint that knows every live service, pending issue, and operational rule. Teams bot, Telegram, and any interface calls this for a conversational AI response with full system context.
$0.005 per call
venue-scoutPOST /v1/venue-scout
Discover live music and entertainment venues in any city. Returns venue names, neighborhoods, capacity, music focus, booking contact paths, Instagram handles, and a fit score. Ideal for identifying DJ-friendly spaces in a target market.
$0.003 per call
producer-vetPOST /v1/producer-vet
Cross-reference public records (IAFD, AVN, state business registry, social footprint) to verify whether a claimed adult industry producer is legitimate. Returns a legitimacy score, verdict, red flags, source URLs to check manually, and a shoot safety checklist.
$0.004 per call
fusion/jobsPOST /v1/fusion/jobs
Create and run a Creator Brain fusion job (workflow -> capability graph -> fusion asset -> action unlocks -> optional listing).
$0.01 per call
fusion/streamGET /v1/fusion/jobs/:jobId/stream
Stream live progress for a fusion job as Server-Sent Events.
included with fusion/jobs
SECURITY

Every call needs a valid Bearer key (not just Origin checks — this is a public remote server). Keys are revocable and per-account, usage is metered, and each tool declares its exact input/output schema. Nothing runs without your key.

This is the B2B side of the cognitive-websites thesis: apps and agents that remember, think, and act — composed over MCP, "agents calling agents." Expose your own data/APIs as tools the same way.

MeshTool · Right On Par LLC · hosted MCP at https://api.meshtool.ai/mcp · tool catalog