Web2API Recipes

Browse installed API recipes, filter quickly, then open or copy ready URLs. Switch tabs to install and manage recipes from the repository. Endpoints labeled q require query input.

6 visible sites 0 visible endpoints pattern /<slug>/<endpoint>
Protected Surfaces

This server requires an access token for every route except the public paths shown below.

Send Authorization: Bearer <token> or X-Web2API-Key: <token> for all routes except configured public path patterns. Public path patterns: /, /health . Configure extras with WEB2API_PUBLIC_PATHS.

Allen AI Playground

allenai

Chat with Allen AI's open-source models (OLMo, TΓΌlu, Molmo)

chat

q tools_url

Send a prompt to the default model (OLMo 3.1 32B Instruct)

olmo-32b

q tools_url

Send a prompt to OLMo 3.1 32B Instruct

olmo-32b-think

q tools_url

Send a prompt to OLMo 3.1 32B Think (reasoning model)

olmo-7b

q tools_url

Send a prompt to OLMo 3 7B Instruct

tulu-8b

q tools_url

Send a prompt to TΓΌlu 3 8B

tulu-70b

q tools_url

Send a prompt to TΓΌlu 3 70B

models

List available models

molmo2

q

Molmo 2 8B vision model β€” analyze images and video

molmo2-track

q

Molmo 2 8B Tracking β€” 8fps video tracking

Brave Search

brave-search

Web search via Brave Search β€” extracts organic results, FAQs, and related queries

search

q

Web search (q=query, count=N, page=N)

OpenStreetMap

openstreetmap

Geocoding, reverse geocoding, and routing via OpenStreetMap (Nominatim + OSRM)

geocode

q

Convert an address or place name to coordinates (q=address)

reverse

q

Convert coordinates to an address (q=lat,lon)

route

q

Calculate a route between two points (q=lat1,lon1;lat2,lon2 β€” optionally add more waypoints with semicolons)

search

q

Search for places and points of interest near a location (q=query, lat=latitude, lon=longitude, radius=meters)

Web Reader

web-reader

Fetch and extract readable text content from any URL

read

q

Extract readable text from a webpage (q=url)

Recipe Repository

Browse catalog recipes and manage installed ones.

MCP Tool Bridge

Every recipe endpoint is automatically exposed as an MCP tool. Any MCP-compatible client can discover and call them.

Tools Endpoint

/mcp/tools

Filtered Endpoints

path-based

Use path filters to include or exclude recipes by slug:

/mcp/only/brave-search,deepl/tools
/mcp/exclude/allenai/tools