For agents

Weniter, from your own agent.

Our users already work with AI. Rather than asking them to leave their agent and come here, we expose Weniter as an MCP server: you ask from where you're already working.

Connecting it

{
  "mcpServers": {
    "weniter": {
      "type": "http",
      "url": "https://weniter.com/api/mcp"
    }
  }
}

It works without a token: searching projects, breaking an idea into pieces and reading the vocabulary are public queries.

What it can do

  • find_missing_pieces

    Turns a project description into concrete pieces of the taxonomy. It invents no categories: everything it returns exists.

  • search_opportunities

    Live projects with an open slot in what you're looking for, linked to the public card.

  • get_taxonomy_tree

    The full vocabulary of a facet — what every other tool filters on.

  • draft_build_card

    Drafts a Build Card — what's covered, what's missing — for you to confirm on the web.

  • get_my_matches

    Your computed matches, with their reasons. Requires a token.

What it deliberately doesn't do

Nothing here creates or commits. Proposing a handshake, accepting a pilot or publishing a card happens on the web, with your confirmation: an agent doesn't propose alliances in your name.

The token

Generated from your profile, shown once, revocable whenever you want. It only reads what's yours.

Go to my profile