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.
{
"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.
find_missing_piecesTurns a project description into concrete pieces of the taxonomy. It invents no categories: everything it returns exists.
search_opportunitiesLive projects with an open slot in what you're looking for, linked to the public card.
get_taxonomy_treeThe full vocabulary of a facet — what every other tool filters on.
draft_build_cardDrafts a Build Card — what's covered, what's missing — for you to confirm on the web.
get_my_matchesYour computed matches, with their reasons. Requires a token.
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.
Generated from your profile, shown once, revocable whenever you want. It only reads what's yours.
Go to my profile