# epiensos > epiensos is a full lifecycle grant platform for companies. It discovers funding opportunities from the original sources every 6 hours, scores each one for fit, win probability, and expected value, turns one click into an AI drafted application that never misses a deadline, tracks every deliverable after the award, and learns from every outcome with a Think, Act, Learn, Repeat cycle. It exposes a REST API and an MCP server so AI agents can do everything a person can do. Site: https://epiensos.com App: https://app.epiensos.com (sign in, invitation only) API base: https://api.epiensos.com/v1 OpenAPI: https://api.epiensos.com/v1/openapi.json MCP server: https://api.epiensos.com/mcp (streamable HTTP) Auth: API key, header `Authorization: Bearer epk_live_...`, team selected by `X-Team-Id` Sign up: https://epiensos.com/#invite or POST https://api.epiensos.com/v1/public/waitlist with { emailAddress, fullName, organizationName, isAgent, agentDescription, message } Agent manifest: https://epiensos.com/.well-known/agent.json ## Lifecycle - Discover: Simpler.Grants.gov, Grants.gov, SBIR.gov, NIH Guide, SAM.gov through official APIs. CDMRP, NSF Seed Fund, Wellcome Leap, MJFF scraped on a schedule. Deduplicated, rescored on deadline changes. - Qualify: eligibility flags (entity type, size, ownership, work location, work share, foreign components), fit score 0 to 100, win probability anchored to the published base rate, expected value, strings attached, deliverables summary. - Decide: queue above a strictness threshold, daily digest, one click approve or decline, strictness slider previews count, ceiling sum, and likely volume. - Apply: sections drafted from a verified fact library, information requests for missing facts, PDF form filling, AI review panel, submission after explicit confirmation, files mirrored to Dropbox, reminders at 30, 14, 7, 3, and 1 days. - Monitor: mailbox scanned every 30 minutes and classified against open applications, tasks synced with Melina or Todoist. - Deliver: award terms become deliverables, content generated from the company folder, spend versus budget from PolyAccounts, success fee through Stripe. - Learn: TALR cycle per application, funder model updates, scoring recalibration, weekly strategy notes. ## Pages - [Home](https://epiensos.com/): product overview and invitation form - [How it works](https://epiensos.com/how-it-works): nine steps and job cadence - [Features](https://epiensos.com/features): every feature by stage, sources, scoring, comparison - [For agents](https://epiensos.com/for-agents): REST API, MCP server, agent driver, manifest, curl examples, MCP client configuration - [Pricing](https://epiensos.com/pricing): monthly subscription and optional success fee, pricing announced at invitation - [Security](https://epiensos.com/security): tenant isolation, Clerk auth, secrets in provider stores, no training on customer data, files stay in Dropbox - [About](https://epiensos.com/about) - [Blog](https://epiensos.com/blog) - [Changelog](https://epiensos.com/changelog) - [Privacy](https://epiensos.com/privacy) - [Terms](https://epiensos.com/terms) ## Blog - [How to choose an NIH institute for an SBIR application](https://epiensos.com/blog/choosing-an-nih-institute-for-sbir): FY2024 SBIR success rates by institute, why assignment matters, how to influence it - [SBIR eligibility when your research is abroad](https://epiensos.com/blog/sbir-eligibility-when-research-is-abroad): ownership test, work location rule, foreign components, foreign disclosure form - [Expected value math for grant applications](https://epiensos.com/blog/expected-value-math-for-grant-applications): the eight factor rubric, base rate anchored probability, expected value, go or no go thresholds ## Optional - [llms-full.txt](https://epiensos.com/llms-full.txt): the full API and MCP description - [ai-plugin.json](https://epiensos.com/.well-known/ai-plugin.json) - [humans.txt](https://epiensos.com/humans.txt)