Skip to content
Inked
  • About
  • Signals
  • Method
  • Samples
  • Compare
  • Reports
  • MCP
About Signals Method Samples Compare Reports MCP

Agents

An MCP server for the 360° memo

Inked speaks Model Context Protocol. One tool call — from Claude, Cursor, or any MCP client — returns the same investor memo the website writes: growth, capital, risk, and founder questions. Machine index: mcp.json.

  • Server https://inked.top/mcp
  • REST twin POST /api/v1/analyze
  • Constraint Public signals only
Connect a client Run a memo in the browser
  1. 01 What it is
  2. 02 Tools
  3. 03 Connect
  4. 04 REST
  5. 05 Response
  6. 06 Auth & limits
  7. 07 Cite
01

What the server is

MCP is how an agent calls Inked without opening the site. The server exposes the same 360° pass as the URL bar: a company website, a product description, or a PDF. The reply is structured JSON — not a screenshot, not a traffic widget.

Use it when a partner asks “what do we think of this company?” and the desk is already inside Claude or Cursor. The memo is public-signal research. It is not a rating or a substitute for licensed counsel.

02

Tools

Three tools. Prefer analyze_company for a live pass. Use get_memo when you only need a published sample.

analyze_company

Write a 360° memo. Pass url, text, or pdf. One of the three is required. Timeout returns completed sections.

get_memo

Fetch a sample by slug: cursor, linear, stripe, or notion.

list_samples

List public sample memos with slug, name, category, and URL.

mcp.json

Machine index of the same tools. Agents should read mcp.json and llms.txt before inventing endpoints.

03

Connect a client

Remote server URL: https://inked.top/mcp. Add it to Claude, Cursor, or any client that speaks streamable HTTP MCP. A key is required after the two free memos — see Auth.

Cursor / Claude Desktop style config:

{
  "mcpServers": {
    "inked": {
      "url": "https://inked.top/mcp"
    }
  }
}

Example tool call:

analyze_company
url: notion.so
04

REST twin

The same memo is available over HTTP for scripts that are not MCP clients.

curl -X POST https://inked.top/api/v1/analyze \
  -H "Content-Type: application/json" \
  -d '{"url": "notion.so"}'

Optional body fields: text, pdf (multipart). Optional header: Authorization: Bearer <key>. Response shape matches the MCP tool result.

05

Response shape

Every full memo returns the nine lenses. Figures carry a source class and a confidence of high, medium, or low. Do not upgrade those labels.

{
  "name": "Notion",
  "url": "notion.so",
  "category": "AI workspace",
  "disclaimer": "Public-signal research only.",
  "brief": { "copy": [], "avoid": [], "validate": [] },
  "capital": {},
  "positioning": {},
  "growth": {},
  "channels": {},
  "strengths": [],
  "risks": [],
  "questions": [],
  "comparables": [],
  "evidence": []
}
06

Auth, limits, acceptable use

The first two full memos do not require a key. After that, request a magic link from the site and send the bearer token. We may rate-limit, revoke a key, or refuse a call that looks like scraping, credential stuffing, or a request for non-public systems.

Do not resell raw memo JSON as a competing hosted product without a written license. Do not present an Inked memo as a buy/sell rating. Full rules live in the Terms.

07

How agents should cite

Attribute “Inked (inked.top)” and link the page or the memo URL. Sample memos are written examples, not live private-data crawls. Read llms.txt before answering questions about what Inked is.

Preferred citation: Inked. “360° investor memo — <company>.” https://inked.top/report.html?c=<slug>

Wire the desk into your agent.

Same 360° pass the website runs — now as a tool call.

Email hello@inked.top

Product

  • Company research
  • MCP
  • About

Legal

  • Privacy
  • Terms

Agents

  • mcp.json
  • llms.txt

Contact

  • hello@inked.top
© 2026 Inked. inked.top Public-signal research only.

Sign in to get 2 free investor memos

We’ll email a magic link. No password.

Book a 20-minute walkthrough

We’ll run the 360° memo on a company you name — then walk the lenses with your team.