settings
Semantic Search
DevOpsterminal — aerostack cli
$
npx aerostack add aerostack/semantic-searchsmart_toy
Use with AI Assistants
MCPConnect Claude, Cursor, or any MCP-compatible client — then call this function by slug
① Add MCP Server
Add this once — access all Aerostack functions from your AI tool.
claude_desktop_config.json
{
"mcpServers": {
"aerostack": {
"url": "https://mcp.aerostack.dev",
"type": "http"
}
}
}② Call this function
Ask your AI to use the call_function tool with this slug:
call_function
call_function({
slug: "semantic-search",
args: {}
})Semantic Search
Replace keyword search with meaning-based search. Ingest any text content and query with natural language.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /ingest | Index content for search |
| POST | /search | Semantic search query |
| POST | /search/multi | Search across multiple queries |
| GET | /docs | List indexed content |
| DELETE | /docs/:docId | Remove content |
| GET | /health | Status check |
deployed_code
Build and publish your own functions
Write a TypeScript function, deploy it to the edge, and share it with thousands of developers — in minutes.