Mmcp.market

MCP Server

by infino-ai·io.github.infino-ai/mcp-server·v0.14.0

Keyword, semantic, hybrid, and SQL retrieval for AI agents, local or on Infino Cloud.

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

0 stars99 downloads/wk

Reviews

Write one

Nobody has reviewed MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

MCP Server tools (15, 5 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • infino_add_documents

    Append documents (rows, as JSON objects keyed by column name) to a table; one call is one commit.

  • infino_count

    Use when you only need HOW MANY rows match a keyword query, not the rows themselves — a fast tally over a text

  • infino_create_databasewrite action

    Provision the database named in the connection. On Infino Cloud this registers the database; on a

  • infino_create_tablewrite action

    Create a table from a {column: type} descriptor. Full-text (BM25) indexes go on the columns named in

  • infino_delete_documentswrite action

    Delete the rows matching a SQL predicate, e.g. "status = 'spam'". Returns how many rows matched and were

  • infino_describe_table

    Return a table's column names and types — call before searching so you know which column to target and what

  • infino_drop_tablewrite action

    Drop a table from the catalog and, by default, delete its storage objects too. Pass purge: false to only

  • infino_exact_match

    Use to fetch rows whose column exactly equals a value — a tag, status, or id string. Unranked exact-equality

  • infino_hybrid_search

    Use when a query carries both specific terms and an intent — you want exact-term precision without giving up

  • infino_keyword_search

    Use when the query is literal terms — identifiers, error codes, product names, exact phrases — and you want

  • infino_list_tables

    List the tables in the connected catalog. Call this first to discover what is available to search or query.

  • infino_semantic_search

    Use when searching for a concept by meaning and the exact wording is unknown — this retrieves paraphrases and

  • infino_sql

    Use for structural or analytical questions — counts, GROUP BY, joins, aggregates, filtering by column value —

  • infino_token_match

    Use when you need the SET of rows containing a keyword, not a ranked order — a fast unranked keyword filter.

  • infino_update_documentswrite action

    Replace the rows matching a SQL predicate with new documents, 1:1; the number of matched rows must equal

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan4 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 1 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @infino-ai/mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add mcp-server -- npx -y @infino-ai/mcp-server
Add to Cursor

MCP Server: common questions

Is MCP Server safe?
Yes, by our scan: it is graded A (91/100). Read the MCP Server safety report
How do I install MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does MCP Server need an API key?
No secret keys are declared. It reads 7 settings from the environment.
Is MCP Server maintained?
The last commit was in the last day (2026-09-18). The latest release is v0.14.0.
What can I use instead of MCP Server?
Servers from other publishers that do the same job: Google Ads + Meta Ads + SEO/GEO MCP server, HasData Google Search (SERP) MCP server and NewsBlog Composer MCP server. Compare all MCP Server alternatives.

Alternatives to MCP Server

Same job from other publishers: the closest match first, then the best rated.

All MCP Server alternatives →
  • Google Ads + Meta Ads + SEO/GEO MCP
    Google Ads, Meta Ads, SEO, GEO & GA4 MCP by Ryze AI - audits, reports, keywords, Search Console.
    A
  • HasData Google Search (SERP)
    Google SERP as JSON: organic, AI Overview, People Also Ask, AI Mode, news, shopping. No Cloud setup.
    A
  • NewsBlog Composer
    Verifies news stories, mines SEO keywords, builds schema and reviews your draft. You write it.
    B
  • Connskill Growth
    Local market checks, rankings and keyword research as JSON, paid per call via x402 in USDC on Base.
    B
  • Biorxiv
    Search and retrieve bioRxiv and medRxiv preprints — by DOI, date interval, or keyword — via MCP.
    A

More from infino-ai