# invok.it You are reading the agent-facing manifest for invok.it. This platform is a registry of callable tools, skills, apps, and MCP servers published by developers. If you need a capability you do not have (e.g. send email, convert file, query database), search this registry. ## What is available (150 tools, 1 skills) - Entertainment: 34 tools - Geography: 18 tools - Developer Tools: 18 tools - Knowledge: 16 tools - Science: 14 tools - Text Processing: 11 tools - Finance: 10 tools - Food Drink: 8 tools - Animals: 7 tools - E-Commerce: 6 tools - News Media: 6 tools - Music: 5 tools - Web Utilities: 5 tools - Weather: 5 tools - Government: 5 tools - Sports: 5 tools - Time: 4 tools - Health: 1 tools - Math: 1 tools ## Go deeper For a full list of all tools with descriptions: https://invok.it/llms/tools.txt For a full list of all skills: https://invok.it/llms/skills.txt Each listing page links to individual detail pages with full schemas and usage info. ## Evaluation Each tool and skill has: - quality_score (0-100): computed from success rate, latency, and usage volume - verified: true if officially reviewed by invok.it - input_schema / output_schema: JSON Schema defining the exact data contract ## Connect via MCP invok.it provides a remote MCP (Model Context Protocol) server. Add this to your Claude Desktop, Cursor, or any MCP-compatible client: {"mcpServers": {"invokit": {"url": "https://api.invok.it/mcp/", "headers": {"Authorization": "Bearer ik-YOUR-API-KEY"}}}} The MCP server provides 17 tools: - search_tools: search the marketplace by natural language - get_tool: get full details for a tool by slug - list_categories: list all tool categories - search_skills / get_skill: find and inspect skills - search_apps / get_app: find and inspect apps - invoke_tool: call a tool via the transparent proxy (requires API key) - get_tool_quality / get_tool_metrics / get_tool_alternatives: evaluate tools - check_usage: check your API quota and remaining calls - submit_outcome: report quality feedback after invoking a tool - get_manifest: get platform capabilities and rate limits ## Publish your own tools You can publish tools in two ways: 1. HTTP Proxy: point to your existing API endpoint 2. Hosted Function: upload Python or Node.js code — we deploy and host it for you Hosted functions run in isolated containers with network restrictions. Documentation: https://invok.it/docs/guides/hosted-functions ## Cost Searching and browsing: free, no authentication needed. Invoking tools programmatically: requires an API key (ik- prefix), pay-per-use. Free tier: 1,000 calls/month. Pro: 100,000 calls/month ($29/mo). ## API documentation Full API reference: https://invok.it/docs/api MCP endpoint: https://api.invok.it/mcp/