modelrunner.ai
Wrap any AI model into your own endpoint and call it from your app — no backend to build or maintain. Image, video, audio, 3D, and text from the providers you already trust.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
search_models
Search the ModelRunner catalog for AI models by keyword, capability or modality (e.g. 'text to video', 'image upscaler', 'flux'). Use this when the visitor asks what models are available for a task. Returns matching models with their owner/alias endpoint, name, short description and thumbnail. Use get_model_details for pricing and input schema.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | A few keywords. Short queries match best — the catalog search is keyword-based, not natural language. |
limit |
integer | no | How many results to return (1-20). |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "A few keywords. Short queries match best — the catalog search is keyword-based, not natural language."
},
"limit": {
"type": "integer",
"description": "How many results to return (1-20).",
"minimum": 1,
"maximum": 20,
"default": 10
}
},
"required": [
"query"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.