Gateway in early beta · MCP server + directory live

The MCP Gateway that cuts your token bill.

Your agent forgets between sessions, so it re-sends context, re-fetches data, and re-derives what it knew. Every repeat costs tokens. Tulimoa is one endpoint with a memory layer that holds the thread, so your agent repeats itself less.

EU hosting FrankfurtOpen MCP standardFree to start
Early beta
// where the tokens go

Agents forget, and forgetting burns tokens.

Tool definitions, re-sent every session.

Connect a dozen tools and every schema gets dumped into context on each run. Your agent pays to re-read the same catalog it already saw.

The same data, fetched twice.

After a context reset the agent does not remember it already pulled that record, so it calls the tool again and pays for the round trip a second time.

Decisions, re-derived from scratch.

Goals, IDs, and the reasoning behind them fall out of context on a long run. The agent rebuilds what it already knew, one expensive step at a time.

// what Tulimoa does Early beta

One endpoint. Memory that saves tokens.

memory

Memory across sessions

remember, recall, checkpoint, set_goal. The gateway keeps goals, decisions, and IDs alive across sessions and context resets, then hands them back when they matter.

tokens

Built to cut tokens

Less repeated context means fewer tokens billed. It is a beta, so we measure the real savings live instead of quoting a number.

endpoint

One endpoint, many tools

Federate your MCP servers behind a single URL. Add or remove tools without touching the agent config. It picks them up on the next run.

POST /tools/list200
POST /tools/call200
GET /health200
eu

EU hosting in Frankfurt

GDPR by default, secrets encrypted, connections revocable. Built in Germany, hosted in the EU.

<a href="https://tulimoa.com/catalog/your-saas">
do-followverifiedtools.read
control

Auth and audit

Connect once by OAuth over your Tulimoa account. Per-connection control, revoke any time, an audit trail for every call.

directory

A curated MCP directory

The live, hand-reviewed catalog of agent-ready tools. Free to browse on the web and over MCP. Wired into the gateway from day one.

// the mechanic Early beta

Memory means less re-sending.

MCP (Model Context Protocol) is the open standard for connecting agents to tools. One endpoint, one schema. Point your agent at Tulimoa and it reaches every tool you have connected, without re-reading the whole catalog each run.

The memory layer captures the goals, decisions, and IDs that flow through the gateway, and a one-time instruction seed survives context compaction. The agent recalls instead of re-fetching, so it repeats itself less. We are in beta and measuring the real token savings, not quoting a made-up figure.

// get started Early beta
01

Add the MCP server

One line: claude mcp add --transport http tulimoa https://mcp.tulimoa.com/mcp. Your agent can search the directory right away. No account needed for reads.

02

Create your account

Magic link or sign in with Google. No credit card. This is also how you join the Gateway beta.

03

Join the Gateway beta

Get access to the memory layer and federation as the beta opens up. One endpoint in front of your whole stack.

04

Point your agent at one URL

In the beta you point your agent at one gateway URL, connect tools once by OAuth, and memory holds the thread across runs so it re-sends less.

// live directory

The live directory, human-curated.

Not a mockup story: the catalog is live on /discover and over MCP. These three cards show what a listing looks like. Every tool is hand-reviewed, MCP status included.

Example CRM

DE

Mockup listing. Shows what a sales CRM with MCP server would look like in the catalog.

CRMSalesMCP

Example Accounting

DE

Mockup listing. Shows what cloud accounting with MCP endpoint would look like in the catalog.

AccountingDATEVMCP

Example Helpdesk

DE

Mockup listing. Shows what a helpdesk with MCP support would look like in the catalog.

HelpdeskSupportMCP

Building a SaaS with an MCP server?

List it in the curated directory, free, with a do-follow backlink, so agents and teams can find it. It is the supply side of the gateway.

Stop paying to re-send what your agent already knew.

Add mcp.tulimoa.com