Preparing route…
HubbleField is resolving the next route and hydrating the current company or dashboard surface.
HubbleField is resolving the next route and hydrating the current company or dashboard surface.
HubbleField docs explain how the public web, REST, and MCP surfaces fit together, how clients authenticate, and which routes or tools to use for each discovery workflow. Use this page first if you need the integration contract rather than the marketplace browse experience.
Remote clients should prefer the streamable-http endpoint and OAuth discovery instead of embedding a long-lived token.
Streamable-http clients authenticate with OAuth 2.1 authorization-code + PKCE. Manual bearer tokens remain available for local stdio MCP hosts and direct REST use.
Recommended for ChatGPT and other remote MCP clients. Uses dynamic client registration, PKCE, and revocation at /api/oauth/revoke.
Fallback for local stdio hosts like Claude Desktop. Mint separately and pass via HUBBLEFIELD_TOKEN.
Use these pages together: the glossary explains the operating model, the marketplace shows the public product, and the MCP reference defines the exact contracts that AI clients can rely on.
Core tools available via MCP. The canonical request and response schemas live in MCP-TOOLS.md and mirror the REST endpoints under /api/v1.
`read` tools work with marketplace OAuth or manual tokens. `account` tools act on the signed-in user. `write` tools require founder-side write scopes and are intended for draft management, metrics ingestion, and review workflows.
The MCP server also exposes reference resources and named prompts so a fresh agent can learn the workflow before it calls tools. Use resources/list and resources/read for product-copy guidance, and prompts/list / prompts/get for cookbook-style multi-step flows.
hubblefield://guide/listing-rubric.mdhubblefield://guide/investor-playbook.mdhubblefield://guide/publishing-workflow.mdhubblefield://taxonomy/categories.mdhubblefield://policy/regulatory.mdhubblefield://schema/listing.jsonhubblefield://example/listing/<slug>.jsonpublish_company_profileinvestor_briefmonitor_portfolioEvery MCP tool has a REST equivalent at /api/v1/<tool_name>. Same zod schemas, same response shape. Bearer token authentication.
/api/v1/search_companiesJSON body with SearchParams. Returns {results, count, _disclaimer}/api/v1/get_company/:slugReturns {company, _disclaimer}. 404 if not found._disclaimer field: “Information only. Not investment advice.” — so agent-rendered output picks it up automatically.Short, direct answers for implementers, search engines, and AI assistants.
Remote MCP clients should start from the public server card and use OAuth 2.1 with PKCE. Local stdio hosts can still use manual bearer tokens, but the default path for hosted clients is the streamable-http endpoint and OAuth discovery metadata.
HubbleField exposes the same core contracts through MCP and REST. MCP is the natural fit for agent tools, while REST mirrors each public tool for direct HTTP integrations and operational testing. Both paths use the same schemas and disclosure boundary.
No. The public read surface is limited to public-tier listing data that is safe for anonymous browsing, search indexing, and AI citation. Sensitive founder, metric, and diligence fields are separated into future gated tiers rather than mixed into the public contract.
HubbleField requires bearer-token authentication for API and MCP calls, even on public read tools. Hosted clients should use OAuth, while local development and operator tooling can use manual bearer tokens minted after email verification.
Use the glossary and docs for product-model explanations, company and marketplace pages for public listing facts, and the terms page for the clearest launch-phase statement of the information-only and public-data boundary.