{"name":"io.github.infino-ai/mcp-server","slug":"infino-ai-mcp-server","title":null,"description":"Keyword, semantic, hybrid, and SQL retrieval for AI agents, local or on Infino Cloud.","url":"https://mcp.market/server/infino-ai-mcp-server","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"seo","tags":["seo","data"],"presence":{"score":25,"stars":0,"forks":0,"downloads_week":99,"last_push_at":"2026-09-18T15:24:20.000Z","license":"Apache-2.0"},"uptime":null,"claimed":false,"transport":"npm","callable_via_gateway":false,"default_price_micros":0,"repository":"https://github.com/infino-ai/infino-mcp","website":null,"version":"0.14.0","remotes":[],"packages":[{"registryType":"npm","identifier":"@infino-ai/mcp-server","version":"0.14.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"Data to serve: a local path, an s3://|az:// bucket URI, or a hosted https://<host>/<database> endpoint (Infino Cloud). Optional — defaults to a durable per-user directory (~/.infino/mcp) so data persists across restarts, falling back to an ephemeral memory:// catalog only if that directory can't be created.","format":"string","name":"INFINO_MCP_URI"},{"description":"API key for a hosted (https://) Infino Cloud endpoint. Required when INFINO_MCP_URI is an https:// URI; ignored for local and object-storage connections.","format":"string","name":"INFINO_API_KEY"},{"description":"Embedding provider: 'local' (Hugging Face transformers.js, default) or 'openai' (any OpenAI-compatible /embeddings endpoint, including Azure OpenAI's /openai/v1 surface). Inferred as 'openai' when INFINO_MCP_EMBED_BASE_URL is set.","format":"string","name":"INFINO_MCP_EMBED_PROVIDER"},{"description":"Base URL of the OpenAI-compatible embeddings API (e.g. https://api.openai.com/v1 or https://<resource>.openai.azure.com/openai/v1). Required when the provider is 'openai'; the server POSTs to <base>/embeddings.","format":"string","name":"INFINO_MCP_EMBED_BASE_URL"},{"description":"API key for the 'openai' provider. Sent as both Authorization: Bearer and api-key so one value works for OpenAI and Azure OpenAI.","format":"string","name":"INFINO_MCP_EMBED_API_KEY"},{"description":"Embedding model. local: a Hugging Face feature-extraction model (default Xenova/all-MiniLM-L6-v2, 384-dim). openai: the model/deployment name (e.g. text-embedding-3-small, 1536-dim). Must match the model that produced the table's stored vectors.","format":"string","name":"INFINO_MCP_EMBED_MODEL"},{"description":"Set (1/true/yes) to probe the object store at startup, so bad credentials or an unreachable bucket fail then instead of on the first search.","format":"string","name":"INFINO_MCP_VALIDATE"}]}],"tools":[{"name":"infino_add_documents","description":"Append documents (rows, as JSON objects keyed by column name) to a table; one call is one commit.","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_count","description":"Use when you only need HOW MANY rows match a keyword query, not the rows themselves — a fast tally over a text","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_create_database","description":"Provision the database named in the connection. On Infino Cloud this registers the database; on a","write_action":true,"price_micros":0,"input_schema":null},{"name":"infino_create_table","description":"Create a table from a {column: type} descriptor. Full-text (BM25) indexes go on the columns named in","write_action":true,"price_micros":0,"input_schema":null},{"name":"infino_delete_documents","description":"Delete the rows matching a SQL predicate, e.g. \"status = 'spam'\". Returns how many rows matched and were","write_action":true,"price_micros":0,"input_schema":null},{"name":"infino_describe_table","description":"Return a table's column names and types — call before searching so you know which column to target and what","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_drop_table","description":"Drop a table from the catalog and, by default, delete its storage objects too. Pass purge: false to only","write_action":true,"price_micros":0,"input_schema":null},{"name":"infino_exact_match","description":"Use to fetch rows whose column exactly equals a value — a tag, status, or id string. Unranked exact-equality","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_hybrid_search","description":"Use when a query carries both specific terms and an intent — you want exact-term precision without giving up","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_keyword_search","description":"Use when the query is literal terms — identifiers, error codes, product names, exact phrases — and you want","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_list_tables","description":"List the tables in the connected catalog. Call this first to discover what is available to search or query.","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_semantic_search","description":"Use when searching for a concept by meaning and the exact wording is unknown — this retrieves paraphrases and","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_sql","description":"Use for structural or analytical questions — counts, GROUP BY, joins, aggregates, filtering by column value —","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_token_match","description":"Use when you need the SET of rows containing a keyword, not a ranked order — a fast unranked keyword filter.","write_action":false,"price_micros":0,"input_schema":null},{"name":"infino_update_documents","description":"Replace the rows matching a SQL predicate with new documents, 1:1; the number of matched rows must equal","write_action":true,"price_micros":0,"input_schema":null}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-20T00:25:02.227Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:25:02.112Z","components":{"code":{"score":25,"max":25,"notes":["4 source files scanned"]},"reliability":{"score":-1,"max":20,"notes":["no gateway calls yet and no remote to probe"]},"poisoning":{"score":-1,"max":15,"notes":["tools not inspected (local package is not executed); not counted"]},"auth":{"score":12,"max":15,"notes":["local package, no credentials required"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"packages":[{"registryType":"npm","identifier":"@infino-ai/mcp-server","version":"0.14.0","found":true,"license":"Apache-2.0","hasInstallScripts":false,"dependencyCount":4,"publishedAt":"2026-09-08T06:31:12.922Z","repositoryUrl":"git+https://github.com/infino-ai/infino-mcp.git","weeklyDownloads":99}],"repo":{"found":true,"owner":"infino-ai","repo":"infino-mcp","archived":false,"pushedAt":"2026-09-18T15:24:20Z","stars":0,"forks":0,"openIssues":2,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/284537177?v=4","ownerCreatedAt":"2026-05-14T06:15:21Z","license":"Apache-2.0"},"icon":{"url":"https://avatars.githubusercontent.com/u/284537177?v=4&s=128","source":"github"},"presence":{"stars":0,"forks":0,"downloadsWeek":99,"license":"Apache-2.0","lastPushAt":"2026-09-18T15:24:20.000Z","score":25}}}},"grade_history":[],"reviews":[]}